The id of the sweep or reveal.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2012
Syntax
C# |
---|
public int Id { get; set; } |
Visual Basic |
---|
Public Property Id As Integer Get Set |
Visual C++ |
---|
public: property int Id { int get (); void set (int value); } |