 | InheritanceExtensionsDerivedClassDictionaryAddClassDerivations Method |
Adds the class derivations for the specified class path to the dictionary.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic void AddClassDerivations(
CAEXDocument document,
string classPath,
string className
)
Public Sub AddClassDerivations (
document As CAEXDocument,
classPath As String,
className As String
)
public:
void AddClassDerivations(
CAEXDocument^ document,
String^ classPath,
String^ className
)
Parameters
- document CAEXDocument
- The document.
- classPath String
- The class path.
- className String
- Element name of the class.
See Also