Tests whether the input component and the
target component form a cyclic dependency.
| [Visual Basic .NET] |
|---|
Public Function HasCyclicDependency( _
ByVal Axes As IAgCrdnAxes _
) As Boolean
|
| [C#] |
|---|
public bool HasCyclicDependency(
|
| [Managed C++] |
|---|
public: bool HasCyclicDependency(
|
| [Java] |
|---|
public bool hasCyclicDependency(
|
| [Unmanaged C++] |
|---|
public: HRESULT HasCyclicDependency(
|
- Axes
- Specify a valid axes object.
Check whether the
reference axes has a cyclic dependency on another axes.
| [C#] | Copy Code
|
|
|---|---|---|
|
||
Check whether the
reference axes has a cyclic dependency on another axes.
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||