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

In This Topic
    DMPLAOBJECT_BASEDEFINITIONNAME(Int32) Property
    In This Topic
    Basic segment definition: Name (identifying) # 44039. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DMPLAOBJECT_BASEDEFINITIONNAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DMPLAOBJECT_BASEDEFINITIONNAME {
       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 basic segment definition, e.g., "Eplan.Base.StructureNode".

    See Also