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