Specify the first of the two planes the angle is measured.
Read-only property
[Visual Basic .NET] |
---|
Public Property FromPlane() As IAgCrdnPlaneRefTo |
[C#] |
---|
public IAgCrdnPlaneRefTo FromPlane {get;} |
[Managed C++] |
---|
public: __property IAgCrdnPlaneRefTo ^ get_FromPlane(); |
[Unmanaged C++] |
---|
public: HRESULT get_FromPlane( IAgCrdnPlaneRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnPlaneRefTo getFromPlane(); |
[Python - STK API ] |
---|
@property def FromPlane(self) -> "IAgCrdnPlaneRefTo": |