AGI STK Graphics Plugins 11 Send comments on this topic.
RasterType Property (IAgStkGraphicsPluginRasterStreamAttributes)
See Also 





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

[Java]
public AgEStkGraphicsPluginRasterType getRasterType();public void setRasterType(
AgEStkGraphicsPluginRasterType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1