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 * pRetVal
);
public: HRESULT put_ConeAngle(
VARIANT NewConeAngle
);
|
| [Java] |
public Variant getConeAngle();public void setConeAngle(
Variant
);
|
See Also