Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartHierarchyPosition Class / Variant Property

In This Topic
    Variant Property (MDPartHierarchyPosition)
    In This Topic
    Returns the part number of the referenced part.
    Syntax
    public string Variant {get; set;}
    public:
    property String^ Variant {
       String^ get();
       void set (    String^ value);
    }
    See Also