Revit 2021 API |
ConnectionInputPoint..::..Id Property |
ConnectionInputPoint Class See Also |
Unique id of this input point.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.0.0.0)
Since:
2021
Syntax
C# |
---|
public Guid Id { get; set; } |
Visual Basic |
---|
Public Property Id As Guid Get Set |
Visual C++ |
---|
public: property Guid Id { Guid get (); void set (Guid value); } |