Share

Form.GetControlPoints Method

Given an edge or a curve or a face, return all control points lying on it (in form of geometry references).


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public ReferenceArray GetControlPoints(
	Reference curveOrEdgeOrFaceReference
)

Parameters

curveOrEdgeOrFaceReference  Reference
The reference of an edge or curve or face.

Return Value

ReferenceArray
Reference array containing all control points lying on it.

See Also

Reference

Was this information helpful?