Sets a new plane.
[Visual Basic .NET] |
---|
Public Sub SetPlane( _ ByVal Plane As IAgCrdnPlane _ ) |
[C#] |
---|
public void SetPlane( IAgCrdnPlane Plane ); |
[Managed C++] |
---|
public: void SetPlane( IAgCrdnPlane ^ Plane ); |
[Unmanaged C++] |
---|
public: HRESULT SetPlane( IAgCrdnPlane * Plane ); |
[Java] |
---|
public void setPlane( IAgCrdnPlane Plane ); |
[Python - STK API ] |
---|
def SetPlane(self, Plane:"IAgCrdnPlane") -> None: |
- Plane
- A pointer to a valid plane.