STK AgGraphicsPluginSend comments on this topic.
RasterType Property (IAgStkGraphicsPluginRasterStreamAttributes)
See Also
Windows





Windows & Linux

Description

Gets the type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RasterType() As AgEStkGraphicsPluginRasterType
[C#]
public AgEStkGraphicsPluginRasterType RasterType {get; set;}
[Managed C++]
public: __property AgEStkGraphicsPluginRasterType get_RasterType();
public: __property void set_RasterType( AgEStkGraphicsPluginRasterType );
[Unmanaged C++]
public: HRESULT get_RasterType(
    AgEStkGraphicsPluginRasterType * pRetVal
);
public: HRESULT put_RasterType(
    AgEStkGraphicsPluginRasterType RasterType
);
[Java]
public AgEStkGraphicsPluginRasterType getRasterType();
public void setRasterType(
    AgEStkGraphicsPluginRasterType
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.