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

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