FormCanManipulateSubElement Method

Tell if a sub element can be deleted/moved/rotated/scaled.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool CanManipulateSubElement(
	Reference subElementReference
)

Parameters

subElementReference  Reference
The geometry reference of face/edge/curve/vertex

Return Value

Boolean
See Also