Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDAccessoryPlacement Class / Name Property

In This Topic
    Name Property (MDAccessoryPlacement)
    In This Topic
    Returns the name of the accessoryplacement.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    The unique name of the accessoryplacement.
    See Also