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





Windows & Linux

Description

Returns true if the raster streaming is supported.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property IsRasterStreamSupported() As Boolean
[C#]
public bool IsRasterStreamSupported {get;}
[Managed C++]
public: __property bool get_IsRasterStreamSupported();
[Unmanaged C++]
public: HRESULT get_IsRasterStreamSupported(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getIsRasterStreamSupported();
[Python - STK API ]
@property
def IsRasterStreamSupported(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.