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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.