API Help
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / PART_CONSTRUCTION_VARIANT Property / PART_CONSTRUCTION_VARIANT(Int32) Property

In This Topic
    PART_CONSTRUCTION_VARIANT(Int32) Property
    In This Topic
    Drilling pattern variant # 22932. This property isn't indexed.
    Syntax
    public MDPropertyValue PART_CONSTRUCTION_VARIANT( 
       int index
    ) {get; set;}
    public:
    property MDPropertyValue^ PART_CONSTRUCTION_VARIANT {
       MDPropertyValue^ get(int index);
       void set (int index, MDPropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    See Also