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++] |
---|
public: HRESULT get_LightingObstructionModel( AgELightingObstructionModelType * pType ); public: HRESULT put_LightingObstructionModel( AgELightingObstructionModelType pType ); |
[Java] |
---|
public AgELightingObstructionModelType getLightingObstructionModel(); public void setLightingObstructionModel( AgELightingObstructionModelType ); |
[Python - STK API ] |
---|
@property def LightingObstructionModel(self) -> "AgELightingObstructionModelType": @LightingObstructionModel.setter def LightingObstructionModel(self, pType:"AgELightingObstructionModelType") -> None: |