Gets or sets the Raster that is
projected.
Read-write property
[Visual Basic .NET] |
---|
Public Property Raster() As IAgStkGraphicsRaster
|
[C#] |
---|
public IAgStkGraphicsRaster Raster {get; set;}
|
[Managed C++] |
---|
public: __property IAgStkGraphicsRaster^ get_Raster();
|
[Unmanaged C++] |
---|
public: HRESULT get_Raster(
|
[Java] |
---|
public IAgStkGraphicsRaster getRaster();public void setRaster(
|
You cannot set the Raster property after a
ProjectedRasterOverlay has been added to the Scene. Doing so will
throw an InvalidOperationException. To change the Raster or
Projection, construct a new ProjectedRasterOverlay.