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





Windows & Linux

Description

Used to determine whether or not the object supports ObjectCoverage.

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.