Deserialize an Attribute scope into a plugin from a formatted XML String representation. (internal use)
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def MergeFromString(self, DispPlugin:"IDispatch", DispScope:"IDispatch", XmlString:str) -> None: |
- 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.






