Revit 2022 API |
FabricationItemFile..::..Identifier Property |
FabricationItemFile Class See Also |
The string identifier for the item file. This string is unique and can be used to compare whether fabrication
item files are the same file.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2019
Syntax
C# |
---|
public string Identifier { get; } |
Visual Basic |
---|
Public ReadOnly Property Identifier As String Get |
Visual C++ |
---|
public: property String^ Identifier { String^ get (); } |