Gets or sets the first vector.
Read-write property
[Visual Basic .NET] |
---|
Public Property Vector1Name() As String |
[C#] |
---|
public string Vector1Name {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Vector1Name(); |
[Unmanaged C++] |
---|
public: HRESULT get_Vector1Name( BSTR * pVal ); public: HRESULT put_Vector1Name( BSTR InVal ); |
[Java] |
---|
public String getVector1Name(); public void setVector1Name( String ); |