Gets the x velocity component for import label.
Read-only property
[Visual Basic .NET] |
---|
Public Property VxLabel() As String |
[C#] |
---|
public string VxLabel {get;} |
[Managed C++] |
---|
public: __property String __gc ^ get_VxLabel(); |
[Unmanaged C++] |
---|
public: HRESULT get_VxLabel( BSTR * pVal ); |
[Java] |
---|
public String getVxLabel(); |