Gets or sets the obstruction model used in lighting computations.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property LightingObstructionModel() As AgELightingObstructionModelType |
| [C#] |
|---|
public AgELightingObstructionModelType LightingObstructionModel {get; set;} |
| [Managed C++] |
|---|
public: __property AgELightingObstructionModelType get_LightingObstructionModel(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public AgELightingObstructionModelType getLightingObstructionModel(); public void setLightingObstructionModel( AgELightingObstructionModelType ); |
[Python - STK API ] |
|---|
@property def LightingObstructionModel(self) -> "AgELightingObstructionModelType": @LightingObstructionModel.setter def LightingObstructionModel(self, pType:"AgELightingObstructionModelType") -> None: |






