ArcObjects Library Reference (Geometry)  

IAffineTransformation2D3GEN.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.

See Also

IAffineTransformation2D3GEN Interface