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





Windows & Linux

Description

Determine whether or not the object supports setting color.

Syntax

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

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.