AGI AgAttrAutomation 11 Send 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.





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
);

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

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

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1