| Revit 2023 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: 23.0.0.0 (23.1.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); } |