CanManipulateSubElement Method


Form Can Manipulate Sub Element Method

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

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

Parameters

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

Return Value

Boolean
See Also