STK ObjectsSend comments on this topic.
GetReadOnly Method (IAgKeyValueCollection)
See Also
Key
Windows





Windows & Linux

Description

Given a key, returns read-only flag.

Syntax

[Visual Basic .NET]
Public Function GetReadOnly( _
    ByVal Key As String _
) As Boolean
[C#]
public bool GetReadOnly(
    string Key
);
[Managed C++]
public: bool GetReadOnly(
    String __gc ^ Key
);
[Unmanaged C++]
public: HRESULT GetReadOnly(
    BSTR Key,
    VARIANT_BOOL * pRetVal
);
[Java]
public bool getReadOnly(
    String Key
);
[Python - STK API ]
def GetReadOnly(self, Key:str) -> bool:

Parameters

Key

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.