API Help
Eplan.EplApi.MasterData Namespace / MDAccessoryPlacementPosition Class / Name Property

In This Topic
    Name Property (MDAccessoryPlacementPosition)
    In This Topic
    Name of the installation variant.
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    Value is taken and stored in property called EW3_PROPERTY_ARTICLEACCESSORYPLACEMENTPOSITION_NAME.
    See Also