STK Vector Geometry ToolSend comments on this topic.
Supports Method (IAgCrdnProvider)
See Also
Feature
A feature to test.
Windows





Windows & Linux

Description

Tests whether the specified VGT feature is supported.

Syntax

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

Parameters

Feature
A feature to test.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.