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