Custom set of coordinate values.
Read-write property
[Visual Basic .NET] |
---|
Public Property Values() As System.Array |
[C#] |
---|
public System.Array Values {get; set;} |
[Managed C++] |
---|
public: __property System::Array^ get_Values(); |
[Unmanaged C++] |
---|
public: HRESULT get_Values( |
[Java] |
---|
public Object[] getValues();public void setValues( |