Tell if a sub element can be deleted/moved/rotated/scaled.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool CanManipulateSubElement(
Reference subElementReference
)
Parameters
- subElementReference Reference
- The geometry reference of face/edge/curve/vertex
Return Value
Boolean
See Also
Reference