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