Description
Pitch angle. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Pitch() As System.Object
|
| [C#] |
|---|
public System.Object Pitch {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_Pitch(); public: __property void set_Pitch(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Pitch(
VARIANT * pVal
);
public: HRESULT put_Pitch(
VARIANT vPitch
);
|
| [Java] |
|---|
public AgVariant getPitch();
public void setPitch(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def Pitch(self) -> typing.Any:
@Pitch.setter
def Pitch(self, vPitch:typing.Any) -> None:
|
See Also