STK ObjectsSend comments on this topic.
IsVgtSupported Method (IAgStkObject)
See Also
Windows





Windows & Linux

Description

Returns whether the object supports Vector Geometry.

Syntax

[Visual Basic .NET]
Public Function IsVgtSupported() As Boolean
[C#]
public bool IsVgtSupported();
[Managed C++]
public: bool IsVgtSupported();
[Unmanaged C++]
public: HRESULT IsVgtSupported(
    VARIANT_BOOL * pRetVal
);
[Java]
public bool isVgtSupported();
[Python - STK API ]
def IsVgtSupported(self) -> bool:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.