STK AgAttrAutomationSend 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.
Windows





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT MergeFromString(
    IUnknown * DispPlugin,
    IUnknown * DispScope,
    BSTR XmlString
);
[Java]
public void mergeFromString(
    Object DispPlugin,
    Object DispScope,
    String 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.