Share

DocumentUnitsVector.GetVectorData Method

Gets the vector coordinates.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 30.0

Syntax

VB

Public Sub GetVectorData ( 
	ByRef coords As Double()
)

C#

public void GetVectorData(
	ref double[] coords
)

Parameters

coords
Type:  System.Double[]
Output: Double array that will contain the coordinates.

See Also

Reference

Was this information helpful?