Search Results for

    Show / Hide Table of Contents

    Class ConstraintDriverData

    Represents constraint data

    Inheritance
    Object
    ConstraintDriverData
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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
    Boolean

    Value

    Gets the Property

    Declaration
    public Property Value { get; }
    Property Value
    Type Description
    Property
    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.