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





Windows & Linux

Description

Gets or sets the method to exit the arc.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ExitArc() As AgEAvtrJoinExitArcMethod
[C#]
public AgEAvtrJoinExitArcMethod ExitArc {get; set;}
[Managed C++]
public: __property AgEAvtrJoinExitArcMethod get_ExitArc();
public: __property void set_ExitArc( AgEAvtrJoinExitArcMethod );
[Unmanaged C++]
public: HRESULT get_ExitArc(
    AgEAvtrJoinExitArcMethod * pVal
);
public: HRESULT put_ExitArc(
    AgEAvtrJoinExitArcMethod newVal
);
[Java]
public AgEAvtrJoinExitArcMethod getExitArc();
public void setExitArc(
    AgEAvtrJoinExitArcMethod
);
[Python - STK API ]
@property
def ExitArc(self) -> "AgEAvtrJoinExitArcMethod":

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.