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





Windows & Linux

Description

Used to determine whether or not the object supports Access.

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.