Initializes a new instance with the attributes of the specified Raster.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsRasterAttributes InitializeWithRaster( IAgStkGraphicsRaster Raster ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsRasterAttributes^ InitializeWithRaster( IAgStkGraphicsRaster ^ Raster ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsRasterAttributes initializeWithRaster( IAgStkGraphicsRaster Raster ); |
[Python - STK API ] |
|---|
def InitializeWithRaster(self, Raster:"IAgStkGraphicsRaster") -> "IAgStkGraphicsRasterAttributes": |
- Raster
- The Rasterto create the attributes from.






