Creates non-persistent fixed axes based on specified axes.
[Visual Basic .NET] |
---|
Public Function CreateFixed( _ ByVal ReferenceAxes As IAgCrdnAxes _ ) As IAgCrdnAxesFixed |
[C#] |
---|
public IAgCrdnAxesFixed CreateFixed( |
[Managed C++] |
---|
public: IAgCrdnAxesFixed^ CreateFixed( |
[Java] |
---|
public IAgCrdnAxesFixed createFixed( |
[Unmanaged C++] |
---|
public: HRESULT CreateFixed( |
- ReferenceAxes
- Specify a reference axes.
Creates a fixed axes based on the specified axes (using common tasks).
[C#] | ![]() | |
---|---|---|
|
Creates a fixed axes based on the specified axes (using common tasks).
[Visual Basic .NET] | ![]() | |
---|---|---|
|