AGI STK VGT 11 Send comments on this topic.
SetProperty Method (IAgCrdnCalcScalarPlugin)
See Also 
Name
The name of the property to be set.
Value
The property's new value.





Description

The method is used to set the plugin properties. The method throws an exception if the specified property does not exist, an invalid value was specified or the specified property is read-only.

Syntax

[Visual Basic .NET]
Public Sub SetProperty( _
   ByVal Name As String, _
   ByVal Value As String _
) 

[C#]
public void SetProperty(
string Name,
string Value
);

[Managed C++]
public: void SetProperty(
String __gc ^ Name,
String __gc ^ Value
);

[Java]
public  setProperty(
String Name,
String Value
);

[Unmanaged C++]
public: HRESULT SetProperty(
BSTR Name,
BSTR Value
);

Parameters

Name
The name of the property to be set.
Value
The property's new value.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1