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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.