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