StructuralConnectionHandlerGetInputPoint Method

Returns point with specified id. Returns null if specified point does not exist

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public ConnectionInputPoint GetInputPoint(
	Guid id
)

Parameters

id  Guid
 

Return Value

ConnectionInputPoint
See Also