This document is archived and information here might be outdated. Recommended version. |
Sets projection properties of the current rendering context.
[Visual Basic .NET] Public Sub SetupProjectionForSelection ( _ ByVal Extent As IEnvelope, _ ByRef origin As WKSPointZ _ )
[C#] public void SetupProjectionForSelection ( IEnvelope Extent, ref WKSPointZ origin );
[C++]
HRESULT SetupProjectionForSelection(
IEnvelope* Extent,
WKSPointZ* origin
);
[C++] Parameters Extent [in]
Extent is a parameter of type IEnvelope* origin [in]
origin is a parameter of type WKSPointZ*