Returns point with specified id. Returns null if specified point does not exist
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ConnectionInputPoint GetInputPoint(
Guid id
)
Parameters
- id Guid
-
Return Value
ConnectionInputPoint
See Also
Reference