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