Adds a terrain item to the collection.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgTerrain Add( string location, AgETerrainFileType TerrainFileType ); |
| [Managed C++] |
|---|
public: IAgTerrain^ Add( String __gc ^ location, AgETerrainFileType TerrainFileType ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgTerrain add( String location, AgETerrainFileType TerrainFileType ); |
[Python - STK API ] |
|---|
def Add(self, location:str, TerrainFileType:"AgETerrainFileType") -> "IAgTerrain": |
- location
- The file path where the terrain is.
- TerrainFileType
Add Terrain for Analysis
| [MATLAB] | ||
|---|---|---|
| ||






