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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1