2020 Method
Changes 0
M

DirectShape.SetOptions

Description:
Sets the options to use for this DirectShape.
Remarks:
The new options take effect immediately. If this DirectShape relies on a DirectShapeType for references, the options stored in DirectShapeType take precedence. Note that changing options affects how the object interacts with Revit. E.g., switching references off will disable existing constraints applied to that object.
public void SetOptions(
	DirectShapeOptions options
)