This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEnvelopeGEN Interface > IEnvelopeGEN.DefineFromWKSPoints Method (ArcObjects .NET 10.5 SDK) |
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
Please see the DefineFromWKSPoints method of IEnvelope for more details