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





Windows & Linux

Description

Gets or sets the width of the optimal strands lines used in animation graphics.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OptimalPathLineWidth() As AgELineWidth
[C#]
public AgELineWidth OptimalPathLineWidth {get; set;}
[Managed C++]
public: __property AgELineWidth get_OptimalPathLineWidth();
public: __property void set_OptimalPathLineWidth( AgELineWidth );
[Unmanaged C++]
public: HRESULT get_OptimalPathLineWidth(
    AgELineWidth * pVal
);
public: HRESULT put_OptimalPathLineWidth(
    AgELineWidth LineWidth
);
[Java]
public AgELineWidth getOptimalPathLineWidth();
public void setOptimalPathLineWidth(
    AgELineWidth
);
[Python - STK API ]
@property
def OptimalPathLineWidth(self) -> "AgELineWidth":

@OptimalPathLineWidth.setter
def OptimalPathLineWidth(self, LineWidth:"AgELineWidth") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.