API Help
Eplan.EplApi.DataModel Namespace / Properties Class / AllSegmentPlacementPropIDs Property

In This Topic
    AllSegmentPlacementPropIDs Property
    In This Topic
    Returns an array of all property ids which can exist for SegmentPlacement objects.
    Syntax
    public static AnyPropertyId[] AllSegmentPlacementPropIDs {get;}
    public:
    static property array<AnyPropertyId^>^ AllSegmentPlacementPropIDs {
       array<AnyPropertyId^>^ get();
    }
    See Also