Logical3DSetCoordinate Method | 
            Sets the coordinate with index idx.
            
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic void SetCoordinate(
	int idx,
	double value
)
Parameters
- idx  Int32
 - Number of the coordinate.
 - value  Double
 - Value of the coordinate to set.
 
Return Value
If idx is 0, 1, or 2, then RX, RY, or RZ is set, respectively. Otherwise an 
ArgumentOutOfRangeException is thrown.
See Also