This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D Interface > IAffineTransformation2D.IsReflective Property (ArcObjects .NET 10.5 SDK) |
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
Returns TRUE if the affine transformation includes a reflection. Reflections can be explicitly defined using DefineReflection or occur as a combination of rotating and scaling operations.