Revit 2022.1 API |
StructuralConnectionHandler..::..GetInputPoint Method |
StructuralConnectionHandler Class See Also |
Returns point with specified id. Returns null if specified point does not exist
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
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