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





