AGI STK VGT 11Send comments on this topic.
DependsOn Method (IAgCrdn)
See Also
Component
Windows






Windows & Linux

Description

Tests if the instance depends on another component.

Syntax

[Visual Basic .NET]
Public Function DependsOn( _
    ByVal Component As IAgCrdn _
) As 
[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 * pRetVal
);

Parameters

Component

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.