Returns point with specified id. Returns null if specified point does not exist
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2017
Syntax
| C# |
|---|
public ConnectionInputPoint GetInputPoint( Guid id ) |
| Visual Basic |
|---|
Public Function GetInputPoint ( _ id As Guid _ ) As ConnectionInputPoint |
| Visual C++ |
|---|
public: ConnectionInputPoint^ GetInputPoint( Guid id ) |
Parameters
- id
- Type: System..::..Guid