This document is archived and information here might be outdated. Recommended version. |
The full output extent within which this xform is applied.
[Visual Basic .NET] Public Property FullExtent As IEnvelope
[C#] public IEnvelope FullExtent {get; set;}
[C++]
HRESULT get_FullExtent(
IEnvelope** ppFullExtent
);
[C++]
HRESULT put_FullExtent(
IEnvelope* ppFullExtent
);
[C++] Parameters ppFullExtent [out, retval]
ppFullExtent is a parameter of type IEnvelope** ppFullExtent [in]
ppFullExtent is a parameter of type IEnvelope*