Share

DocumentUnitsPoint2d Constructor

Constructor.

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

Syntax

VB

Public Sub New ( 
	inventorServer As InventorServerObject,
	unitsOfMeasure As UnitsOfMeasure,
	x As Double,
	y As Double
)

C#

public DocumentUnitsPoint2d(
	InventorServerObject inventorServer,
	UnitsOfMeasure unitsOfMeasure,
	double x,
	double y
)

Parameters

inventorServer
Type: InventorServerObject
unitsOfMeasure
Type: UnitsOfMeasure
x
Type: System.Double
y
Type: System.Double

See Also

Reference

Was this information helpful?