Specify the first of the two planes which intersection defines the vector.
Read-only property
[Visual Basic .NET] |
---|
Public Property PlaneA() As IAgCrdnPlaneRefTo |
[C#] |
---|
public IAgCrdnPlaneRefTo PlaneA {get;} |
[Managed C++] |
---|
public: __property IAgCrdnPlaneRefTo ^ get_PlaneA(); |
[Unmanaged C++] |
---|
public: HRESULT get_PlaneA( IAgCrdnPlaneRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnPlaneRefTo getPlaneA(); |
[Python - STK API ] |
---|
@property def PlaneA(self) -> "IAgCrdnPlaneRefTo": |