AGI STK Objects 11 Send comments on this topic.
OptimizeLines Property (IAgMtoVOGlobalTrackOptions)
See Also 





Description

Opt whether interpolated route lines will be displayed with higher accuracy. This can be very resource intensive and may degrade performance, but will improve visual quality.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OptimizeLines() As Boolean

[C#]
public bool OptimizeLines {get; set;}

[Managed C++]
public: __property bool get_OptimizeLines();
public: __property void set_OptimizeLines(
bool
);

[Unmanaged C++]
public: HRESULT get_OptimizeLines(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_OptimizeLines(
VARIANT_BOOL NewOptimizeLines
);

[Java]
public bool getOptimizeLines();public void setOptimizeLines(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1