Description
Initializes a Raster Image Globe
Overlay with the provided values.
Syntax
| [Visual Basic .NET] |
|---|
Public Function InitializeWithRaster( _
ByVal Raster As IAgStkGraphicsRaster, _
ByRef Extent() As Variant _
) As IAgStkGraphicsRasterImageGlobeOverlay
|
Parameters
- Raster
- The Raster of the overlay.
- Extent
- An array representing the Cartographic Extent of the overlay. The elements should be provided in the order west longitude, south latitude, east longitude, north latitude.
Example
Shows the format of
the Extent parameter when creating a raster imgae globe overlay.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Shows the format of
the Extent parameter when creating a raster imgae globe overlay.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||