AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_TerrainSampleResolution(
    double val
);
[Java]
public double getTerrainSampleResolution();
public void setTerrainSampleResolution(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.