Gets the type.
Read-write property
[Visual Basic .NET] |
---|
Public Property RasterType() As AgEStkGraphicsPluginRasterType |
[C#] |
---|
public AgEStkGraphicsPluginRasterType RasterType {get; set;} |
[Managed C++] |
---|
public: __property AgEStkGraphicsPluginRasterType get_RasterType(); |
[Unmanaged C++] |
---|
public: HRESULT get_RasterType( AgEStkGraphicsPluginRasterType * pRetVal ); public: HRESULT put_RasterType( AgEStkGraphicsPluginRasterType RasterType ); |
[Java] |
---|
public AgEStkGraphicsPluginRasterType getRasterType(); public void setRasterType( AgEStkGraphicsPluginRasterType ); |