Description
The specified reference axes.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property ReferenceAxesName() As String
|
[C#] |
public string ReferenceAxesName {get; set;}
|
[Managed C++] |
public: __property String __gc ^ get_ReferenceAxesName();
public: __property void set_ReferenceAxesName(
String __gc ^
);
|
[Unmanaged C++] |
public: HRESULT get_ReferenceAxesName(
BSTR * pRetVal
);
public: HRESULT put_ReferenceAxesName(
BSTR NewReferenceAxesName
);
|
[Java] |
public String getReferenceAxesName();public void setReferenceAxesName(
String
);
|
See Also