ArcObjects Library Reference (Geometry)  

IAffineTransformation2D3GEN.IsReflective Property

Indicates if the transformation contains a reflection (determinant is negative).

[Visual Basic .NET]
Public ReadOnly Property IsReflective As Boolean
[C#]
public bool IsReflective {get;}
[C++]
HRESULT get_IsReflective(
  VARIANT_BOOL* IsReflective
);
[C++]

Parameters

IsReflective [out, retval]   IsReflective is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAffineTransformation2D3GEN Interface