AGI STK VGT 11 Send comments on this topic.
DependsOn Method (IAgCrdn)
See Also 
Component
Specify a component to do the dependency check.





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1