AGI STK VGT 11 Send 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
);

[Java]
public bool dependsOn(
IAgCrdn Component
);

[Unmanaged C++]
public: HRESULT DependsOn(
IAgCrdn * Component,
VARIANT_BOOL * ReturnValue
);

Parameters

Component
Specify a component to do the dependency check.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface