AGI STK Objects 11 Send 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 * pRetVal
);

[Java]
public AgETerrainFileType getFileType();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface