API Help
Eplan.EplApi.MasterData Namespace / MDPart Class / AssemblyPositions Property

In This Topic
    AssemblyPositions Property
    In This Topic
    Get all Assembly positions of the part.
    Syntax
    public MDPartAssemblyPosition[] AssemblyPositions {get;}
    public:
    property array<MDPartAssemblyPosition^>^ AssemblyPositions {
       array<MDPartAssemblyPosition^>^ get();
    }
    Remarks
    The part has to be a Type: Enums.Assembly to be able to store asssembly positions.
    See Also