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.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.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 (); } |