This document is archived and information here might be outdated.  Recommended version.


IAffineTransformation2D3GEN.IsReflective Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D3GEN Interface > IAffineTransformation2D3GEN.IsReflective Property
ArcGIS Developer Help

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(
  Boolean* IsReflective
);
[C++]
Parameters
IsReflective [out, retval]

IsReflective is a parameter of type bool*

Product Availability

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

See Also

IAffineTransformation2D3GEN Interface