Gets a custom tiler, if the plugin requires it. The tiler is used to control which extents are requested during a call to Read.
Read-write property
[Visual Basic .NET] |
---|
Public Property Tiler() As IAgStkGraphicsPluginTiler |
[C#] |
---|
public IAgStkGraphicsPluginTiler Tiler {get; set;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsPluginTiler ^ get_Tiler(); |
[Unmanaged C++] |
---|
public: HRESULT get_Tiler( IAgStkGraphicsPluginTiler ** ppRetVal ); public: HRESULT put_Tiler( IAgStkGraphicsPluginTiler Tiler ); |
[Java] |
---|
public IAgStkGraphicsPluginTiler getTiler(); public void setTiler( IAgStkGraphicsPluginTiler ); |