AGI AgAttrAutomation 11 Send comments on this topic.
MergeFromString Method (IAgAttrBuilder)
See Also 
DispPlugin
The plugin to be serialized to XML.
DispScope
The attribute container (scope) where the attribute will be added.
XmlString
The serialized XML representation of the plugin configuration.





Description

Deserialize an Attribute scope into a plugin from a formatted XML String representation. (internal use)

Syntax

[Visual Basic .NET]
Public Sub MergeFromString( _
   ByVal DispPlugin As Object, _
   ByVal DispScope As Object, _
   ByVal XmlString As String _
) 

[C#]
public void MergeFromString(
Object DispPlugin,
Object DispScope,
string XmlString
);

[Managed C++]
public: void MergeFromString(
IUnknown ^ DispPlugin,
IUnknown ^ DispScope,
String __gc ^ XmlString
);

[Java]
public  mergeFromString(
Object DispPlugin,
Object DispScope,
String XmlString
);

[Unmanaged C++]
public: HRESULT MergeFromString(
IUnknown * DispPlugin,
IUnknown * DispScope,
BSTR XmlString
);

Parameters

DispPlugin
The plugin to be serialized to XML.
DispScope
The attribute container (scope) where the attribute will be added.
XmlString
The serialized XML representation of the plugin configuration.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1