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

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