STK ObjectsSend comments on this topic.
FileType Property (IAgTerrain)
See Also
Windows





Windows & Linux

Description

Type of terrain data file. A member of the AgETerrainFileType enumeration.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.