STK ObjectsSend comments on this topic.
ExclusionAngle Property (IAgAccessCnstrObjExAngle)
See Also
Windows





Windows & Linux

Description

Exclusion Angle value. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ExclusionAngle() As System.Object
[C#]
public System.Object ExclusionAngle {get; set;}
[Managed C++]
public: __property VARIANT get_ExclusionAngle();
public: __property void set_ExclusionAngle( VARIANT );
[Unmanaged C++]
public: HRESULT get_ExclusionAngle(
    VARIANT * pVal
);
public: HRESULT put_ExclusionAngle(
    VARIANT pVal
);
[Java]
public AgVariant getExclusionAngle();
public void setExclusionAngle(
    AgVariant
);
[Python - STK API ]
@property
def ExclusionAngle(self) -> typing.Any:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.