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

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