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

In This Topic
    SubstanceState Property
    In This Topic
    Gets/Sets substance state of object. Sets the same property as PotentialDefinition.SignalName.
    Syntax
    public string SubstanceState {get; set;}
    public:
    property String^ SubstanceState {
       String^ get();
       void set (    String^ value);
    }
    See Also