This document is archived and information here might be outdated. Recommended version. |
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)*
Please see the DefineFromWKSPoints method of IEnvelope for more details