STK ObjectsSend 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
);
[Python - STK API ]
@property
def TerrainSampleResolution(self) -> float:

@TerrainSampleResolution.setter
def TerrainSampleResolution(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.