AGI STK Objects 11Send 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 NewConeAngle
);
[Java]
public double getConeAngle();
public void setConeAngle(
   double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.