API Help
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / DMPLAOBJECT_SPECIFICATIONNAME Property / DMPLAOBJECT_SPECIFICATIONNAME(Int32) Property

In This Topic
    DMPLAOBJECT_SPECIFICATIONNAME(Int32) Property
    In This Topic
    Segment template # 44051. This property isn't indexed.
    Syntax
    public PropertyValue DMPLAOBJECT_SPECIFICATIONNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_SPECIFICATIONNAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Segment template of the planning object or structure segment.

    See Also