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





Windows & Linux

Description

Simple cone angle defining the sensor pattern. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ConeAngle() As System.Object
[C#]
public System.Object ConeAngle {get; set;}
[Managed C++]
public: __property VARIANT get_ConeAngle();
public: __property void set_ConeAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_ConeAngle(
    VARIANT * pVal
);
public: HRESULT put_ConeAngle(
    VARIANT pVal
);
[Java]
public AgVariant getConeAngle();
public void setConeAngle(
    AgVariant
);
[Python - STK API ]
@property
def ConeAngle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.