Description
Gets or sets the flag to use noise due to the urban/terrestrial.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property UseUrbanTerrestrial() As Boolean
|
[C#] |
---|
public bool UseUrbanTerrestrial {get; set;}
|
[Managed C++] |
---|
public: __property bool get_UseUrbanTerrestrial(); public: __property void set_UseUrbanTerrestrial( bool );
|
[Unmanaged C++] |
---|
public: HRESULT get_UseUrbanTerrestrial( VARIANT_BOOL * pRetVal ); public: HRESULT put_UseUrbanTerrestrial( VARIANT_BOOL NewUseUrbanTerrestrial );
|
[Java] |
---|
public bool getUseUrbanTerrestrial(); public void setUseUrbanTerrestrial( bool );
|
See Also