RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Form

Form.GetControlPoints

Method
Description:
Given an edge or a curve or a face, return all control points lying on it (in form of geometry references).
Syntax
public ReferenceArray GetControlPoints(
	Reference curveOrEdgeOrFaceReference
)
Parameters
Parameter Type Description
curveOrEdgeOrFaceReference Reference The reference of an edge or curve or face.
Return Value
Type Description
ReferenceArray Reference array containing all control points lying on it.