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

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