Sets a new point.
[Visual Basic .NET] |
---|
Public Sub SetPoint( _ ByVal Point As IAgCrdnPoint _ ) As |
[C#] |
---|
public void SetPoint( IAgCrdnPoint Point ); |
[Managed C++] |
---|
public: void SetPoint( IAgCrdnPoint ^ Point ); |
[Java] |
---|
public void setPoint( IAgCrdnPoint Point ); |
[Unmanaged C++] |
---|
public: HRESULT SetPoint( IAgCrdnPoint * Point ); |
- Point
- A pointer to a vector object.