STK ObjectsSend comments on this topic.
OuterConeHalfAngle Property (IAgSnComplexConicPattern)
See Also
Windows





Windows & Linux

Description

Outer half angle to define the angular radius of the cone measured from the boresight. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OuterConeHalfAngle() As System.Object
[C#]
public System.Object OuterConeHalfAngle {get; set;}
[Managed C++]
public: __property VARIANT get_OuterConeHalfAngle();
public: __property void set_OuterConeHalfAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_OuterConeHalfAngle(
    VARIANT * pVal
);
public: HRESULT put_OuterConeHalfAngle(
    VARIANT pVal
);
[Java]
public AgVariant getOuterConeHalfAngle();
public void setOuterConeHalfAngle(
    AgVariant
);
[Python - STK API ]
@property
def OuterConeHalfAngle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.