Class ConstraintDriverData
Represents constraint data
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 19, 171, 0)]
public class ConstraintDriverData
Remarks
This structure is available since v7.19
Fields
Empty
Empty key-value pair.
Declaration
public static readonly ConstraintDriverData Empty
Field Value
Type | Description |
---|---|
ConstraintDriverData |
Properties
Children
Gets the Children
Declaration
public List<ConstraintDriverData> Children { get; }
Property Value
Type | Description |
---|---|
List<ConstraintDriverData> |
Driver
Gets the Property
Declaration
public ElementId Driver { get; }
Property Value
Type | Description |
---|---|
ElementId |
IsEmpty
Tells whether the Constraint data is empty (no possible property).
Declaration
public bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
Boolean |
Value
Gets the Property
Declaration
public Property Value { get; }
Property Value
Type | Description |
---|---|
Property |