Difference between revisions of "CAEngine"
Line 3: | Line 3: | ||
= class CAEngine (ADE) = | = class CAEngine (ADE) = | ||
− | = | + | = In-Process and Out-of-Process Instantiations = |
− | + | = Creation = | |
− | + | == C# == | |
− | + | == Visual Basic.NET == | |
+ | |||
+ | == C++ == | ||
+ | |||
+ | == VBScript == | ||
==Properties== | ==Properties== |
Revision as of 19:45, 1 August 2009
class CAEngine (ADE)
In-Process and Out-of-Process Instantiations
Creation
C#
Visual Basic.NET
C++
VBScript
Properties
- {get,put} string Command
- {get,put} CAObject CurrentModule
- {get,put} CARenderingStyle DefaultDefTableRenderingStyle
- {get,put} CARenderingStyle DefaultRenderingStyle
- {get} short int ErrorCode
- {get} string ErrorText
- {get} string Log
- {get} string OutputBuffer
- {get,put} bool Photo
Methods
- string AddModule(string filePath,bool Merge)
- bool CloseModel()
- CAObject CreateObject(string objName, string objType)
- bool CreateModel(string newModelName)
- bool DeleteObject( CAObject aObject )
- CAObject Get(string objName)
- CAObject GetObjectByName(string objName)
- string OpenModel(string filepath)
- bool ReadScript(string filePath)
- void ResetError()
- bool SaveModel(string filePath)
- bool SaveModuleFile(string moduleName, string filePath)
- bool Send()
- bool SendCommand(string command)
Comments
Enable comment auto-refresher