STK ObjectsSend comments on this topic.
SourceType Property (IAg3DTileset)
See Also
Windows





Windows & Linux

Description

Source type of the 3DTileset. A member of the AgE3DTilesetSourceType enumeration.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SourceType() As AgE3DTilesetSourceType
[C#]
public AgE3DTilesetSourceType SourceType {get;}
[Managed C++]
public: __property AgE3DTilesetSourceType get_SourceType();
[Unmanaged C++]
public: HRESULT get_SourceType(
    AgE3DTilesetSourceType * pVal
);
[Java]
public AgE3DTilesetSourceType getSourceType();
[Python - STK API ]
@property
def SourceType(self) -> "AgE3DTilesetSourceType":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.