AGI Ui Plugins 11 Send 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
);

[Java]
public Variant read(
String PropertyName
);

[Unmanaged C++]
public: HRESULT Read(
BSTR PropertyName,
VARIANT * ReturnValue
);

Parameters

PropertyName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface