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

In This Topic
    Name Property (MDAccessoryPosition)
    In This Topic
    Returns the part number of the referenced part (if type is not AccessoryList).
    Syntax
    public string Name {get; set;}
    public:
    property String^ Name {
       String^ get();
       void set (    String^ value);
    }
    See Also