Click or drag to resize

mEdmTaskProperties Class

Mock-up object for IEdmTaskProperties
Inheritance Hierarchy
SystemObject
  CADSharpTools.TestingmEdmTaskProperties

Namespace:  CADSharpTools.Testing
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public class mEdmTaskProperties : IEdmTaskProperties

The mEdmTaskProperties type exposes the following members.

Constructors
  NameDescription
Public methodmEdmTaskProperties
Top
Properties
Methods
  NameDescription
Public methodGetMenuCmds
Public methodGetSel
Public methodGetSetupPages
Public methodGetValEx
Gets the value of the specified user-defined variable.
Public methodGetVar
Returns the value of a variable. Use SetVar(Int32, Object) to set the variable.
Public methodSetMenuCmds
Public methodSetSel
Public methodSetSetupPages
Public methodSetValEx
Sets the value of the specified user-defined variable.
Public methodSetVar
Sets the value of a variable.
Top
See Also