Displays a point at the current animation time.
Read-write property
[Visual Basic .NET] |
---|
Public Property Point() As String |
[C#] |
---|
public string Point {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Point(); |
[Unmanaged C++] |
---|
public: HRESULT get_Point( |
[Java] |
---|
public String getPoint();public void setPoint( |