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





Description

Gets or sets the Raster that is projected.

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
);

Remarks

You cannot set the Raster property after a ProjectedRasterOverlay has been added to the Scene. Doing so will throw an InvalidOperationException. To change the Raster or Projection, construct a new ProjectedRasterOverlay.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1