Get a String representation of the Attribute Scope, formatted using the specified FormatId. (internal use)
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def ToFormattedString(self, DispPlugin:"IDispatch", DispScope:"IDispatch", FormatId:str) -> str: |
- 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".






