| Revit 2024 API |
| FabricationAncillaryUsage..::..AncillaryId Property |
| FabricationAncillaryUsage Class See Also |
Fabrication ancillary database identifier.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2017 Subscription Update
Syntax
| C# |
|---|
public int AncillaryId { get; } |
| Visual Basic |
|---|
Public ReadOnly Property AncillaryId As Integer Get |
| Visual C++ |
|---|
public: property int AncillaryId { int get (); } |