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





Description

Updates the specified named property using the new value.

Syntax

[Visual Basic .NET]
Public Sub Write( _
   ByVal PropertyName As String, _
   ByVal Value As System.Object _
) 

[C#]
public void Write(
string PropertyName,
System.Object Value
);

[Managed C++]
public: void Write(
String __gc ^ PropertyName,
VARIANT Value
);

[Java]
public  write(
String PropertyName,
Variant Value
);

[Unmanaged C++]
public: HRESULT Write(
BSTR PropertyName,
VARIANT Value
);

Parameters

PropertyName
Value

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1