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

In This Topic
    DMPLAOBJECT_DEFINITIONNAME(Int32) Property
    In This Topic
    Segment definition: Name (identifying) # 44001. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_DEFINITIONNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_DEFINITIONNAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    This property is read-only..

    Identifying name of the segment definition, e.g., "EPLAN.Base.Component.Common".

    See Also