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: 26.0.4.0 (26.0.4.0)
Syntax
public ConnectionInputPoint GetInputPoint(
	Guid id
)

Parameters

id  Guid
 

Return Value

ConnectionInputPoint
See Also