Sets the first value in the array to newValue, and deletes. 
 
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetValue(
	SbPlane newValue
)
Public Sub SetValue ( 
	newValue As SbPlane
)
public:
void SetValue(
	SbPlane newValue
)
member SetValue : 
        newValue : SbPlane -> unit 
Parameters
- newValue
 - Type: OIV.InventorSbPlane
 
Remarksthe second and subsequent values. If field's values are stored in an user data array, this array is no more used.   
See Also