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





Windows & Linux

Description

Gets or sets the bearing from the site to the arc.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartBearing() As System.Object
[C#]
public System.Object StartBearing {get; set;}
[Managed C++]
public: __property VARIANT get_StartBearing();
public: __property void set_StartBearing( VARIANT );
[Unmanaged C++]
public: HRESULT get_StartBearing(
    VARIANT * pVal
);
public: HRESULT put_StartBearing(
    VARIANT newVal
);
[Java]
public AgVariant getStartBearing();
public void setStartBearing(
    AgVariant
);
[Python - STK API ]
@property
def StartBearing(self) -> typing.Any:

@StartBearing.setter
def StartBearing(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.