DocumentUnitsVector.PutVectorData Method |
Method that sets the data defining this vector.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
SyntaxPublic Sub PutVectorData (
ByRef coords As Double()
)
public void PutVectorData(
ref double[] coords
)
Parameters
- coords
- Type:System.Double()
Input Double that specifies the entity's coordinates.
See Also