This page contains reference documentation for the Translation member. This funtion returns the TRANSLATION value for the modifier.
double Translation;
Examples are as follows:
NormalTranslateModifier modifier = new NormalTranslateModifier; modifier.Name = "MoveModifier"; modifier.Translation = 4;
For sample code: