STK AviatorSend comments on this topic.
JoinArc Property (IAgAvtrArcOptions)
See Also
Windows





Windows & Linux

Description

Gets or sets the method to join the arc.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property JoinArc() As AgEAvtrJoinExitArcMethod
[C#]
public AgEAvtrJoinExitArcMethod JoinArc {get; set;}
[Managed C++]
public: __property AgEAvtrJoinExitArcMethod get_JoinArc();
public: __property void set_JoinArc( AgEAvtrJoinExitArcMethod );
[Unmanaged C++]
public: HRESULT get_JoinArc(
    AgEAvtrJoinExitArcMethod * pVal
);
public: HRESULT put_JoinArc(
    AgEAvtrJoinExitArcMethod newVal
);
[Java]
public AgEAvtrJoinExitArcMethod getJoinArc();
public void setJoinArc(
    AgEAvtrJoinExitArcMethod
);
[Python - STK API ]
@property
def JoinArc(self) -> "AgEAvtrJoinExitArcMethod":

@JoinArc.setter
def JoinArc(self, newVal:"AgEAvtrJoinExitArcMethod") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.