STK Graphics PrimitivesSend 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
);
[Unmanaged C++]
public: HRESULT InitializeWithRaster(
    IAgStkGraphicsRaster * Raster,
    IAgStkGraphicsRasterAttributes ** ppRetVal
);
[Java]
public IAgStkGraphicsRasterAttributes initializeWithRaster(
    IAgStkGraphicsRaster Raster
);
[Python - STK API ]
def InitializeWithRaster(self, Raster:"IAgStkGraphicsRaster") -> "IAgStkGraphicsRasterAttributes":

Parameters

Raster
The Rasterto create the attributes from.

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.