DividedSurfaceIsComponentMirrored Property

Whether the pattern is mirror-imaged.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsComponentMirrored { 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