STK ObjectsSend 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 * pVal
);
public: HRESULT put_InnerConeHalfAngle(
    VARIANT pVal
);
[Java]
public AgVariant getInnerConeHalfAngle();
public void setInnerConeHalfAngle(
    AgVariant
);
[Python - STK API ]
@property
def InnerConeHalfAngle(self) -> typing.Any:

@InnerConeHalfAngle.setter
def InnerConeHalfAngle(self, pVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.