AGI STK Objects 11 Send comments on this topic.
EnableConstExtLength Property (IAgSnVO)
See Also 
Windows






Windows & Linux

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 * pRetVal
);
public: HRESULT put_EnableConstExtLength(
VARIANT_BOOL NewEnableConstExtLength
);

[Java]
public bool getEnableConstExtLength();public void setEnableConstExtLength(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface