STK ObjectsSend 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 * pVal
);
public: HRESULT put_EnableConstExtLength(
    VARIANT_BOOL pVal
);
[Java]
public bool getEnableConstExtLength();
public void setEnableConstExtLength(
    bool
);
[Python - STK API ]
@property
def EnableConstExtLength(self) -> bool:

@EnableConstExtLength.setter
def EnableConstExtLength(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.