Share

Form.CanManipulateSubElement Method

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


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool CanManipulateSubElement(
	Reference subElementReference
)

Parameters

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

Return Value

Boolean

See Also

Reference

Was this information helpful?