Used to determine whether or not the object supports Access.
| [Visual Basic .NET] |
|---|
Public Function IsAccessSupported() As Boolean |
| [C#] |
|---|
public bool IsAccessSupported(); |
| [Managed C++] |
|---|
public: bool IsAccessSupported(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool isAccessSupported(); |
| [Python - STK API] |
|---|
def IsAccessSupported(self) -> bool: |





