STK Vector Geometry ToolSend comments on this topic.
StartClockAngle Property (IAgCrdnVectorConing)
See Also
Windows





Windows & Linux

Description

Specify a start angle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartClockAngle() As Double
[C#]
public double StartClockAngle {get; set;}
[Managed C++]
public: __property double get_StartClockAngle();
public: __property void set_StartClockAngle( double );
[Unmanaged C++]
public: HRESULT get_StartClockAngle(
    double * pRetVal
);
public: HRESULT put_StartClockAngle(
    double StartClockAngle
);
[Java]
public double getStartClockAngle();
public void setStartClockAngle(
    double
);
[Python - STK API ]
@property
def StartClockAngle(self) -> float:

@StartClockAngle.setter
def StartClockAngle(self, StartClockAngle:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.