Revit 2018 API |
ConduitSizeSettings..::..GetSizeCount Method |
ConduitSizeSettings Class See Also |
Gets the size count of the conduit size table. The conduit standard name the location of the size in the size table.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.2.0.13)
Since:
2017
Syntax
C# |
---|
public int GetSizeCount( string standardName ) |
Visual Basic |
---|
Public Function GetSizeCount ( _ standardName As String _ ) As Integer |
Visual C++ |
---|
public: int GetSizeCount( String^ standardName ) |
Parameters
- standardName
- Type: System..::..String
The conduit standard name.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |