DividedSurfaceIsComponentFlipped Property

Whether the pattern is flipped.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsComponentFlipped { 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 XY-plane, which is equivalent to reflecting it through the original surface.
See Also