ConnectorPipeSystemType Property |
The pipe system type of the connector.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic PipeSystemType PipeSystemType { get; }
Public ReadOnly Property PipeSystemType As PipeSystemType
Get
public:
property PipeSystemType PipeSystemType {
PipeSystemType get ();
}
member PipeSystemType : PipeSystemType with get
Property Value
PipeSystemType
Exceptions
RemarksInstantaneous system type at this connector, calculated according to system. For unconnected connectors,
system type is undefined.
See Also