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++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsPluginTiler getTiler(); public void setTiler( IAgStkGraphicsPluginTiler ); |





