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
to create the attributes from.





