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






Windows & Linux

Description

Gets or sets the scene depth.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SceneDepth() As Double
[C#]
public double SceneDepth {get; set;}
[Managed C++]
public: __property double get_SceneDepth();
public: __property void set_SceneDepth( double );
[Unmanaged C++]
public: HRESULT get_SceneDepth(
    double * pVal
);
public: HRESULT put_SceneDepth(
    double val
);
[Java]
public double getSceneDepth();
public void setSceneDepth(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.