Opt whether to use the extension distance as the maximum, i.e. to scale the maximum distance drawn along the sensor boundary to the targeting extension distance for a targeting sensor or the space projection extension distance for a non-targeting sensor.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnableConstExtLength() As Boolean |
[C#] |
---|
public bool EnableConstExtLength {get; set;} |
[Managed C++] |
---|
public: __property bool get_EnableConstExtLength(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnableConstExtLength( VARIANT_BOOL * pVal ); public: HRESULT put_EnableConstExtLength( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getEnableConstExtLength(); public void setEnableConstExtLength( bool ); |