RotatedDimension.RotatedDimension() Constructor

Description

Default constructor.

Visual Basic

Public Sub New()
Public Sub New(
    rotation As double, 
    line1Point As Point3d, 
    line2Point As Point3d, 
    dimensionLinePoint As Point3d, 
    dimensionText As string, 
    dimensionStyle As ObjectId
)

C#

public RotatedDimension();
public RotatedDimension(
    double rotation, 
    Point3d line1Point, 
    Point3d line2Point, 
    Point3d dimensionLinePoint, 
    string dimensionText, 
    ObjectId dimensionStyle
);

Links

RotatedDimension Class, Autodesk.AutoCAD.DatabaseServices Namespace