ArcObjects Library Reference (Geometry)  

IEnvelopeGEN.DefineFromWKSPoints Method

Defines the envelope to cover all the points.

[Visual Basic .NET]
Public Sub DefineFromWKSPoints ( _
    ByRef wksPoints As WKSPoint[] _
)
[C#]
public void DefineFromWKSPoints (
    ref WKSPoint[] wksPoints
);
[C++]
HRESULT DefineFromWKSPoints(
  Array* wksPoints
);
[C++]

Parameters

wksPoints   wksPoints is a parameter of type Array

Product Availability

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

Description

Please see the DefineFromWKSPoints method of IEnvelope for more details

See Also

IEnvelopeGEN Interface