STK Graphics PrimitivesSend comments on this topic.
RasterStream Property (IAgStkGraphicsProjectionRasterStreamPluginProxy)
See Also
Windows





Windows & Linux

Description

Returns a raster stream.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property RasterStream() As IAgStkGraphicsRasterStream
[C#]
public IAgStkGraphicsRasterStream RasterStream {get;}
[Managed C++]
public: __property IAgStkGraphicsRasterStream ^ get_RasterStream();
[Unmanaged C++]
public: HRESULT get_RasterStream(
    IAgStkGraphicsRasterStream ** ppRetVal
);
[Java]
public IAgStkGraphicsRasterStream getRasterStream();
[Python - STK API ]
@property
def RasterStream(self) -> "IAgStkGraphicsRasterStream":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.