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


IEnvelopeGEN.DefineFromWKSPoints Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.DefineFromWKSPoints Method
ArcGIS Developer Help

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(
  SAFEARRAY(WKSPoint)* wksPoints
);
[C++]
Parameters
wksPoints 

wksPoints is a parameter of type SAFEARRAY(WKSPoint)*

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