API Help
Eplan.EplApi.DataModel Namespace / PipingDefinition Class / Substance Property

In This Topic
    Substance Property
    In This Topic
    Gets/Sets substance name of object.
    Syntax
    public string Substance {get; set;}
    public:
    property String^ Substance {
       String^ get();
       void set (    String^ value);
    }
    See Also