STK ObjectsSend comments on this topic.
ConeAngle Property (IAgPointingStrategySpinning)
See Also
Windows





Windows & Linux

Description

Gets the cone angle.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConeAngle() As Double
[C#]
public double ConeAngle {get; set;}
[Managed C++]
public: __property double get_ConeAngle();
public: __property void set_ConeAngle( double );
[Unmanaged C++]
public: HRESULT get_ConeAngle(
    double * pRetVal
);
public: HRESULT put_ConeAngle(
    double coneAngle
);
[Java]
public double getConeAngle();
public void setConeAngle(
    double
);
[Python - STK API ]
@property
def ConeAngle(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.