Click or drag to resize

DocumentItemHasFamily Method

Determines whether the document has any family information.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public bool HasFamily()

Return Value

Type: Boolean
true if the document has any family; otherwise, false.
See Also