Share

LinearDimensionTextReference Constructor

Constructor.

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

Syntax

VB

Public Sub New ( 
	point As Point2d,
	offsetDirection As UnitVector2d
)

C#

public LinearDimensionTextReference(
	Point2d point,
	UnitVector2d offsetDirection
)

Parameters

point
Type: Point2d
offsetDirection
Type: UnitVector2d

See Also

Reference

Was this information helpful?