Sets a new point.
[Visual Basic .NET] |
---|
Public Sub SetPoint( _ ByVal Point As IAgCrdnPoint _ ) |
[C#] |
---|
public void SetPoint( IAgCrdnPoint Point ); |
[Managed C++] |
---|
public: void SetPoint( IAgCrdnPoint ^ Point ); |
[Unmanaged C++] |
---|
public: HRESULT SetPoint( IAgCrdnPoint * Point ); |
[Java] |
---|
public void setPoint( IAgCrdnPoint Point ); |
[Python - STK API ] |
---|
def SetPoint(self, Point:"IAgCrdnPoint") -> None: |
- Point
- A valid VGT point object.