STK ObjectsSend comments on this topic.
OptimalPathColor Property (IAgChGfxAnimation)
See Also
Windows





Windows & Linux

Description

This property is deprecated. Use OptimalPathColorRampStartColor. Gets or sets the color in which the optimal strands lines are to be displayed during animation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OptimalPathColor() As System.Drawing.Color
[C#]
public System.Drawing.Color OptimalPathColor {get; set;}
[Managed C++]
public: __property uint get_OptimalPathColor();
public: __property void set_OptimalPathColor( uint );
[Unmanaged C++]
public: HRESULT get_OptimalPathColor(
    uint * pVal
);
public: HRESULT put_OptimalPathColor(
    uint OptimalPathColor
);
[Java]
public long getOptimalPathColor();
public void setOptimalPathColor(
    long
);
[Python - STK API ]
@property
def OptimalPathColor(self) -> agi.stk12.utilities.colors.Color:

@OptimalPathColor.setter
def OptimalPathColor(self, OptimalPathColor:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.