Chameleon Plug-in API
Load Method (loadValue)
NamespacesBKTech.Chameleon.PluginsChameleonPluginBaseLoad(String)
Basic stub for Load
Declaration Syntax
C#Visual BasicVisual C++
public virtual bool Load(
	string loadValue
)
Public Overridable Function Load ( _
	loadValue As String _
) As Boolean
public:
virtual bool Load(
	String^ loadValue
)
Parameters
loadValue (String)
A custom string containing the serialized properties of a plug-in
Return Value
True
Remarks
Should be overridden if custom Load processing is required

Assembly: Chameleon_Plugin (Module: Chameleon_Plugin) Version: 2.0.2.20797 (2.0.2.0)