STK AgAttrAutomationSend comments on this topic.
ToString Method (IAgAttrBuilder)
See Also
DispPlugin
The plugin to be serialized to XML.
DispScope
The attribute container (scope) where the attribute will be added.
Windows





Windows & Linux

Description

Serialize an Attribute scope for a plugin to a formatted XML String representation. (internal use)

Syntax

[Visual Basic .NET]
Public Function ToString( _
    ByVal DispPlugin As Object, _
    ByVal DispScope As Object _
) As String
[C#]
public string ToString(
    Object DispPlugin,
    Object DispScope
);
[Managed C++]
public: String __gc ^ ToString(
    IUnknown ^ DispPlugin,
    IUnknown ^ DispScope
);
[Unmanaged C++]
public: HRESULT ToString(
    IUnknown * DispPlugin,
    IUnknown * DispScope,
    BSTR * XmlString
);
[Java]
public String toString(
    Object DispPlugin,
    Object DispScope
);

Parameters

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

Return Type

XmlString.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.