AGI STK Graphics Plugins 11 Send comments on this topic.
Data Property (IAgStkGraphicsPluginTile)
See Also 
Windows






Windows & Linux

Description

Gets the user data that is stored for each tile. This is used to store tiler specific data.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Data() As String

[C#]
public string Data {get;}

[Managed C++]
public: __property String __gc ^ get_Data();

[Unmanaged C++]
public: HRESULT get_Data(
BSTR * pRetVal
);

[Java]
public String getData();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface