API Help
Eplan.EplApi.MasterData Namespace / MDAccessoryPosition Class / AccessoryPlacement Property

In This Topic
    AccessoryPlacement Property (MDAccessoryPosition)
    In This Topic
    Returns the name of the accessory placement.
    Syntax
    public string AccessoryPlacement {get; set;}
    public:
    property String^ AccessoryPlacement {
       String^ get();
       void set (    String^ value);
    }
    See Also