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

In This Topic
    DESIGNATION_FULLSUBPLACEOFINSTALLATION(Int32) Property
    In This Topic
    Installation site (sub-identifier, complete) # 1421. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue DESIGNATION_FULLSUBPLACEOFINSTALLATION( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ DESIGNATION_FULLSUBPLACEOFINSTALLATION {
       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..

    Provides the full name of the installation site with all the sub-identifiers.

    See Also