A point which velocity this vector represents. Can be any VGT point.
Read-write property
[Visual Basic .NET] |
---|
Public Property Point() As IAgCrdnPoint |
[C#] |
---|
public IAgCrdnPoint Point {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnPoint^ get_Point(); |
[Unmanaged C++] |
---|
public: HRESULT get_Point( |
[Java] |
---|
public IAgCrdnPoint getPoint();public void setPoint( |