Click or drag to resize

PFQuickPartsBinderIsBindable Method

Checks if the file is bound on QuickParts mechanism in modeling. Means it will get updated automatically on relevant events.

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static bool IsBindable(
	PFFile file
)

Parameters

file
Type: Packflow.CorePFFile

Return Value

Type: Boolean
See Also