STK AgAttrAutomationSend comments on this topic.
ToFormattedString Method (IAgAttrBuilder)
See Also
DispPlugin
The plugin to be serialized to XML.
DispScope
The attribute container (scope) where the attribute will be added.
FormatId
Name of the XML format to use. Valid formats include "XML" and "BCXML".
Windows





Windows & Linux

Description

Get a String representation of the Attribute Scope, formatted using the specified FormatId. (internal use)

Syntax

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

Parameters

DispPlugin
The plugin to be serialized to XML.
DispScope
The attribute container (scope) where the attribute will be added.
FormatId
Name of the XML format to use. Valid formats include "XML" and "BCXML".

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.