Revit 2022 API |
FabricationPart..::..FreeSize Property |
FabricationPart Class See Also |
The inner size of the fabrication part.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2019
Syntax
C# |
---|
public string FreeSize { get; } |
Visual Basic |
---|
Public ReadOnly Property FreeSize As String Get |
Visual C++ |
---|
public: property String^ FreeSize { String^ get (); } |