STK ObjectsSend comments on this topic.
IsReadOnly Method (IAgComponentInfo)
See Also
Windows





Windows & Linux

Description

Returns true if the component is read-only

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.