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