Share

DocumentUnitsPoint.PutPointData Method

Method that sets the data defining this point.

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

Syntax

VB

Public Sub PutPointData ( 
	ByRef coords As Double()
)

C#

public void PutPointData(
	ref double[] coords
)

Parameters

coords
Type:  System.Double[]
Input Double that specifies the entity's coordinates.

See Also

Reference

Was this information helpful?