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






Windows & Linux

Description

The obstruction model used in lighting computations.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LightingObstructionModel() As AgELightingObstructionModelType
[C#]
public AgELightingObstructionModelType LightingObstructionModel {get; set;}
[Managed C++]
public: __property AgELightingObstructionModelType get_LightingObstructionModel();
public: __property void set_LightingObstructionModel( AgELightingObstructionModelType );
[Unmanaged C++]
public: HRESULT get_LightingObstructionModel(
    AgELightingObstructionModelType * pType
);
public: HRESULT put_LightingObstructionModel(
    AgELightingObstructionModelType pType
);
[Java]
public AgELightingObstructionModelType getLightingObstructionModel();
public void setLightingObstructionModel(
    AgELightingObstructionModelType
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.