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

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