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( BSTR * pVal ); public: HRESULT put_Point( BSTR pVal ); |
[Java] |
---|
public String getPoint(); public void setPoint( String ); |