AGI Ui Plugins 11 Send comments on this topic.
Read Method (IAgUiPluginCommandParameters)
See Also 
PropertyName





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1