STK ObjectsSend comments on this topic.
Tilesets Property (IAgScenario)
See Also
Windows





Windows & Linux

Description

Returns a list of 3D Tilesets used for Analysis.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Tilesets() As IAg3DTilesetCollection
[C#]
public IAg3DTilesetCollection Tilesets {get;}
[Managed C++]
public: __property IAg3DTilesetCollection ^ get_Tilesets();
[Unmanaged C++]
public: HRESULT get_Tilesets(
    IAg3DTilesetCollection ** ppRetVal
);
[Java]
public IAg3DTilesetCollection getTilesets();
[Python - STK API ]
@property
def Tilesets(self) -> "IAg3DTilesetCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.