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

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