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

Form.IsVertexReference

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