AGI STK VGT 11Send comments on this topic.
Supports Method (IAgCrdnProvider)
See Also
Feature
Windows






Windows & Linux

Description

Tests whether the specified VGT feature is supported.

Syntax

[Visual Basic .NET]
Public Function Supports( _
    ByVal Feature As AgECrdnKind _
) As 
[C#]
public bool Supports(
    AgECrdnKind Feature
);
[Managed C++]
public: bool Supports(
    AgECrdnKind Feature
);
[Java]
public bool supports(
    AgECrdnKind Feature
);
[Unmanaged C++]
public: HRESULT Supports(
    AgECrdnKind Feature,
    VARIANT_BOOL * pRetVal
);

Parameters

Feature

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.