Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartAssemblyPosition Class / SupplementaryText Property

In This Topic
    SupplementaryText Property
    In This Topic
    Returns the additional text of the position
    Syntax
    public string SupplementaryText {get; set;}
    public:
    property String^ SupplementaryText {
       String^ get();
       void set (    String^ value);
    }
    See Also