Returns the laser environment.
Read-only property
[Visual Basic .NET] |
---|
Public Property LaserEnvironment() As IAgLaserEnvironment |
[C#] |
---|
public IAgLaserEnvironment LaserEnvironment {get;} |
[Managed C++] |
---|
public: __property IAgLaserEnvironment ^ get_LaserEnvironment(); |
[Unmanaged C++] |
---|
public: HRESULT get_LaserEnvironment( IAgLaserEnvironment ** ppRFEnv ); |
[Java] |
---|
public IAgLaserEnvironment getLaserEnvironment(); |
[Python - STK API ] |
---|
@property def LaserEnvironment(self) -> "IAgLaserEnvironment": |