AGI STK Objects 11 Send comments on this topic.
InnerConeHalfAngle Property (IAgSnComplexConicPattern)
See Also 
Windows






Windows & Linux

Description

Inner half angle to define the angular radius of the cone measured from the boresight. When an inner cone is specified, the inner region is considered to be a region of exclusion. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InnerConeHalfAngle() As System.Object

[C#]
public System.Object InnerConeHalfAngle {get; set;}

[Managed C++]
public: __property VARIANT get_InnerConeHalfAngle();
public: __property void set_InnerConeHalfAngle(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_InnerConeHalfAngle(
VARIANT * pRetVal
);
public: HRESULT put_InnerConeHalfAngle(
VARIANT NewInnerConeHalfAngle
);

[Java]
public Variant getInnerConeHalfAngle();public void setInnerConeHalfAngle(
Variant
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface