AGI STK Graphics 11 Send comments on this topic.
Raster Property (IAgStkGraphicsAlphaFromRasterFilter)
See Also 
Windows






Windows & Linux

Description

Gets or sets the raster that the source raster will use to derive an Alpha band.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Raster() As IAgStkGraphicsRaster

[C#]
public IAgStkGraphicsRaster Raster {get; set;}

[Managed C++]
public: __property IAgStkGraphicsRaster^ get_Raster();
public: __property void set_Raster(
IAgStkGraphicsRaster ^
);

[Unmanaged C++]
public: HRESULT get_Raster(
IAgStkGraphicsRaster ** ppRetVal
);
public: HRESULT put_Raster(
IAgStkGraphicsRaster * pNewRaster
);

[Java]
public IAgStkGraphicsRaster getRaster();public void setRaster(
IAgStkGraphicsRaster
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface