STK AgGraphicsPluginSend comments on this topic.
Tiler Property (IAgStkGraphicsPluginCustomImageGlobeOverlayContext)
See Also
Windows





Windows & Linux

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.