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

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

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Description of the drilling pattern.

    See Also