| Revit 2022 API |
| SolidGeometryOptions..::..SolidTag Property |
| SolidGeometryOptions Class See Also |
Optional solid tag for the Solid.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2019
Syntax
| C# |
|---|
public int SolidTag { get; set; } |
| Visual Basic |
|---|
Public Property SolidTag As Integer Get Set |
| Visual C++ |
|---|
public: property int SolidTag { int get (); void set (int value); } |