AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.