API Help
Eplan.EplApi.MasterData Namespace / MDPartMountingPanelPosition Class / Location Property

In This Topic
    Location Property (MDPartMountingPanelPosition)
    In This Topic
    The location of the referenced mounting panel.
    Syntax
    public int Location {get; set;}
    public:
    property int Location {
       int get();
       void set (    int value);
    }
    See Also