Click or drag to resize

GetDataCardVariableReturn_e Enumeration

Namespace:  CADSharpTools_e
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public enum GetDataCardVariableReturn_e
Members
  Member nameValueDescription
Success0 Success.
VariableNotFound1 The data card variable is not found.
Remarks
You can get the enumerator description from [!:CADSharpTools.Commons.MethodReturn<T, IConvertible>.Error] property.
See Also