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

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