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