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

Form.CanManipulateSubElement

Method
Description:
Tell if a sub element can be deleted/moved/rotated/scaled.
Syntax
public bool CanManipulateSubElement(
	Reference subElementReference
)
Parameters
Parameter Type Description
subElementReference Reference The geometry reference of face/edge/curve/vertex
Return Value