STK ObjectsSend comments on this topic.
LaserEnvironment Property (IAgFacility)
See Also
Windows





Windows & Linux

Description

Gets the laser environment.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LaserEnvironment() As IAgPlatformLaserEnvironment
[C#]
public IAgPlatformLaserEnvironment LaserEnvironment {get;}
[Managed C++]
public: __property IAgPlatformLaserEnvironment ^ get_LaserEnvironment();
[Unmanaged C++]
public: HRESULT get_LaserEnvironment(
    IAgPlatformLaserEnvironment ** ppRetVal
);
[Java]
public IAgPlatformLaserEnvironment getLaserEnvironment();
[Python - STK API ]
@property
def LaserEnvironment(self) -> "IAgPlatformLaserEnvironment":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.