DividedSurface.IsComponentMirrored Property

DividedSurfaceIsComponentMirrored Property

Whether the pattern is mirror-imaged.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsComponentMirrored { get; set; }
Public Property IsComponentMirrored As Boolean
	Get
	Set
public:
property bool IsComponentMirrored {
	bool get ();
	void set (bool value);
}
member IsComponentMirrored : bool with get, set

Property Value

Boolean
Remarks
This property has no effect unless a pattern is selected (the ObjectType property is not ). Changing this flag effectively reflects the component through its YZ-plane.
See Also