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


IAffineTransformation2D.DefineReflection Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IA > IAffineTransformation2D Interface > IAffineTransformation2D.DefineReflection Method
ArcGIS Developer Help

IAffineTransformation2D.DefineReflection Method

Defines a transformation that can perform a reflection about the line l.

[Visual Basic .NET]
Public Sub DefineReflection ( _
    ByVal l As ILine _
)
[C#]
public void DefineReflection (
    ILine l
);
[C++]
HRESULT DefineReflection(
  ILine* l
);
[C++]
Parameters
l 

l is a parameter of type ILine*

Product Availability

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

Description

Applies a reflection across the input line to the existing affine transformation.

Remarks

 

IAffineTransformation DefineReflection Example

See Also

IAffineTransformation2D Interface