STK Vector Geometry ToolSend comments on this topic.
DependsOn Method (IAgCrdn)
See Also
Component
Specify a component to do the dependency check.
Windows





Windows & Linux

Description

Tests if the instance depends on another component.

Syntax

[Visual Basic .NET]
Public Function DependsOn( _
    ByVal Component As IAgCrdn _
) As Boolean
[C#]
public bool DependsOn(
    IAgCrdn Component
);
[Managed C++]
public: bool DependsOn(
    IAgCrdn ^ Component
);
[Unmanaged C++]
public: HRESULT DependsOn(
    IAgCrdn * Component,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool dependsOn(
    IAgCrdn Component
);
[Python - STK API ]
def DependsOn(self, Component:"IAgCrdn") -> bool:

Parameters

Component
Specify a component to do the dependency check.

Remarks

The method tests if there is a dependency between the instance and the specified component. The method can also be used to proactively test for potential cyclic dependencies.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.