Description
Sets a 3D vector value for this cell.
Visual Basic
Public Function SetVector( value As Vector3d ) As void
C#
public void SetVector( Vector3d value );
Parameters
| Parameters | Description |
|---|---|
| Vector3d value | Input Autodesk.AutoCAD.Geometry.Vector3d object. |