STK UI PluginsSend comments on this topic.
Read Method (IAgUiPluginCommandParameters)
See Also
PropertyName
Windows





Windows & Linux

Description

Fetches the specified named property's value.

Syntax

[Visual Basic .NET]
Public Function Read( _
    ByVal PropertyName As String _
) As System.Object
[C#]
public System.Object Read(
    string PropertyName
);
[Managed C++]
public: VARIANT Read(
    String __gc ^ PropertyName
);
[Unmanaged C++]
public: HRESULT Read(
    BSTR PropertyName,
    VARIANT * pValue
);
[Java]
public AgVariant read(
    String PropertyName
);

Parameters

PropertyName

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.