SOLIDWORKS PDM Professional API Help Send Feedback
meVarType Field
See Also 
EPDM.Interop.epdm Namespace > EdmListCol Structure : meVarType Field


Type of variable to which the column is connected.

Syntax

Visual Basic 
Public meVarType As EdmVariableType
C# 
public EdmVariableType meVarType
C++/CLI 
public:
EdmVariableType meVarType

Remarks

EdmVariableType.EdmVarType_None if not connected to a variable.

See Also