AGI STK Objects 11 Send comments on this topic.
TerrainSampleResolution Property (IAgAtmosphericAbsorptionModelTirem)
See Also 
Windows






Windows & Linux

Description

Gets or sets the terrain sample resolution.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TerrainSampleResolution() As Double

[C#]
public double TerrainSampleResolution {get; set;}

[Managed C++]
public: __property double get_TerrainSampleResolution();
public: __property void set_TerrainSampleResolution(
double
);

[Unmanaged C++]
public: HRESULT get_TerrainSampleResolution(
double * pRetVal
);
public: HRESULT put_TerrainSampleResolution(
double NewTerrainSampleResolution
);

[Java]
public double getTerrainSampleResolution();public void setTerrainSampleResolution(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface