Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property EnableConstExtLength() As Boolean
|
[C#] |
---|
public bool EnableConstExtLength {get; set;}
|
[Managed C++] |
---|
public: __property bool get_EnableConstExtLength(); public: __property void set_EnableConstExtLength(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_EnableConstExtLength(
VARIANT_BOOL * pVal
);
public: HRESULT put_EnableConstExtLength(
VARIANT_BOOL pVal
);
|
[Java] |
---|
public bool getEnableConstExtLength();
public void setEnableConstExtLength(
bool
);
|
See Also