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

Form.IsCurveReference

Method
Description:
Tell if the pick is the reference to a curve of the form.
Syntax
public bool IsCurveReference(
	Reference curveReference
)
Parameters
Parameter Type Description
curveReference Reference Reference to be checked.
Return Value