Class ConstraintDriverData
Represents constraint data
Inheritance
System.Object
ConstraintDriverData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |
---|---|
System.Boolean |
Value
Gets the Property
Declaration
public Property Value { get; }
Property Value
Type | Description |
---|---|
Property |