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

Form.IsEdgeReference

Method
Description:
Tell if the pick is the reference to an edge of the form.
Syntax
public bool IsEdgeReference(
	Reference edgeReference
)
Parameters
Parameter Type Description
edgeReference Reference Reference to be checked.
Return Value