AGI STK Objects 11 Send 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
);

[Java]
public bool getReadOnly(
String Key
);

[Unmanaged C++]
public: HRESULT GetReadOnly(
BSTR Key,
VARIANT_BOOL * ReturnValue
);

Parameters

Key

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface