Revit 2026 API
Conduit |
Checks if the specified conduit standard exist.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool DoesConduitStandardTypeExist( string standardName )
Public Function DoesConduitStandardTypeExist ( standardName As String ) As Boolean
public: bool DoesConduitStandardTypeExist( String^ standardName )
member DoesConduitStandardTypeExist : standardName : string -> bool
Parameters
- standardName String
- The conduit standard name.
Return Value
Boolean
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also