Initializes a Raster Image Globe Overlay with the provided values.
[Visual Basic .NET] |
---|
Public Function InitializeWithRaster( _ ByVal Raster As IAgStkGraphicsRaster, _ ByVal Extent As System.Array _ ) As |
[C#] |
---|
public IAgStkGraphicsRasterImageGlobeOverlay InitializeWithRaster( IAgStkGraphicsRaster Raster, System.Array Extent ); |
[Managed C++] |
---|
public: IAgStkGraphicsRasterImageGlobeOverlay^ InitializeWithRaster( IAgStkGraphicsRaster ^ Raster, System::Array ^ Extent ); |
[Java] |
---|
public IAgStkGraphicsRasterImageGlobeOverlay initializeWithRaster( IAgStkGraphicsRaster Raster, VariantArray Extent ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithRaster( IAgStkGraphicsRaster * Raster, SAFEARRAY * * Extent, IAgStkGraphicsRasterImageGlobeOverlay ** ppRetVal ); |
- 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.
Shows the format of the Extent parameter when creating a raster imgae globe overlay.
[C#] | ||
---|---|---|
|
Shows the format of the Extent parameter when creating a raster imgae globe overlay.
[Visual Basic .NET] | ||
---|---|---|
|