AGI STK Graphics 11 Send comments on this topic.
InitializeWithRaster Method (IAgStkGraphicsRasterAttributesFactory)
See Also 
Raster
The Rasterto create the attributes from.





Description

Initializes a new instance with the attributes of the specified Raster

Syntax

[Visual Basic .NET]
Public Function InitializeWithRaster( _
   ByVal Raster As IAgStkGraphicsRaster _
) As IAgStkGraphicsRasterAttributes

[C#]
public IAgStkGraphicsRasterAttributes InitializeWithRaster(
IAgStkGraphicsRaster Raster
);

[Managed C++]
public: IAgStkGraphicsRasterAttributes^ InitializeWithRaster(
IAgStkGraphicsRaster ^ Raster
);

[Java]
public IAgStkGraphicsRasterAttributes initializeWithRaster(
IAgStkGraphicsRaster Raster
);

[Unmanaged C++]
public: HRESULT InitializeWithRaster(
IAgStkGraphicsRaster * Raster,
IAgStkGraphicsRasterAttributes ** ReturnValue
);

Parameters

Raster
The Rasterto create the attributes from.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1