ModelName Property
Runtime Only
Applies To
Vision Objects: ColorMatch
Description
Gets / sets the name of a model.
Usage
VGet Sequence.Object.ModelName, var
VSet Sequence.Object.ModelName, value
- Sequence
- Name of a sequence or string variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name .
- The object must exist in the specified sequence.
- var
- String variable that will contain the value of the property.
- value
- String or string expression for the new value of the property.
Values
The name of the model.
Remarks
The ModelName property is used to set the name of a model at runtime. Before you can set the ModelName, you must first set CurrentModel to the desired model.
See Also
ColorMatch Object, CurrentModel Property, ModelColor Property