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


IEnvelopeGEN.DefineFromWKSPoints Method (ArcObjects .NET 10.5 SDK)
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