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





Description

Gets a custom tiler, if the plugin requires it. The tiler is used to control which extents are requested during a call to Read.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Tiler() As IAgStkGraphicsPluginTiler

[C#]
public IAgStkGraphicsPluginTiler Tiler {get; set;}

[Managed C++]
public: __property IAgStkGraphicsPluginTiler^ get_Tiler();
public: __property void set_Tiler(
IAgStkGraphicsPluginTiler ^
);

[Unmanaged C++]
public: HRESULT get_Tiler(
IAgStkGraphicsPluginTiler ** ppRetVal
);
public: HRESULT put_Tiler(
IAgStkGraphicsPluginTiler * pNewTiler
);

[Java]
public IAgStkGraphicsPluginTiler getTiler();public void setTiler(
IAgStkGraphicsPluginTiler
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1