AutoCAD-2012.Net.Interop.x86 by Bush

<PackageReference Include="AutoCAD-2012.Net.Interop.x86" Version="1.0.0" />

.NET API 2,023,424 bytes

 IAcadDimAngular2

public interface IAcadDimAngular2 : IAcadDimAngular
AcAngleUnits AngleFormat { get; set; }

object Application { get; }

string Arrowhead1Block { get; set; }

string Arrowhead2Block { get; set; }

double ArrowheadSize { get; set; }

ACAD_COLOR color { get; set; }

string DecimalSeparator { get; set; }

string DimConstrDesc { get; set; }

string DimConstrExpression { get; set; }

bool DimConstrForm { get; set; }

string DimConstrName { get; set; }

bool DimConstrReference { get; set; }

string DimConstrValue { get; set; }

string DimensionLinetype { get; set; }

bool DimLine1Suppress { get; set; }

bool DimLine2Suppress { get; set; }

bool DimLineInside { get; set; }

bool DimTxtDirection { get; set; }

object Document { get; }

string EntityName { get; }

string EntityTransparency { get; set; }

int EntityType { get; }

double ExtensionLineExtend { get; set; }

double ExtensionLineOffset { get; set; }

object ExtLine1EndPoint { get; set; }

string ExtLine1Linetype { get; set; }

object ExtLine1StartPoint { get; set; }

bool ExtLine1Suppress { get; set; }

object ExtLine2EndPoint { get; set; }

string ExtLine2Linetype { get; set; }

object ExtLine2StartPoint { get; set; }

bool ExtLine2Suppress { get; set; }

double ExtLineFixedLen { get; set; }

bool ExtLineFixedLenSuppress { get; set; }

AcDimFit Fit { get; set; }

bool ForceLineInside { get; set; }

string Handle { get; }

bool HasExtensionDictionary { get; }

string Layer { get; set; }

string Linetype { get; set; }

double LinetypeScale { get; set; }

ACAD_LWEIGHT Lineweight { get; set; }

string Material { get; set; }

double Measurement { get; }

object Normal { get; set; }

int ObjectID { get; }

string ObjectName { get; }

int OwnerID { get; }

string PlotStyleName { get; set; }

double Rotation { get; set; }

double ScaleFactor { get; set; }

string StyleName { get; set; }

bool SuppressLeadingZeros { get; set; }

bool SuppressTrailingZeros { get; set; }

ACAD_COLOR TextColor { get; set; }

bool TextFill { get; set; }

ACAD_COLOR TextFillColor { get; set; }

double TextGap { get; set; }

double TextHeight { get; set; }

bool TextInside { get; set; }

bool TextInsideAlign { get; set; }

bool TextOutsideAlign { get; set; }

string TextOverride { get; set; }

object TextPosition { get; set; }

string TextPrefix { get; set; }

double TextRotation { get; set; }

string TextStyle { get; set; }

string TextSuffix { get; set; }

double ToleranceHeightScale { get; set; }

double ToleranceLowerLimit { get; set; }

bool ToleranceSuppressLeadingZeros { get; set; }

bool ToleranceSuppressTrailingZeros { get; set; }

double ToleranceUpperLimit { get; set; }

AcadAcCmColor TrueColor { get; set; }

bool Visible { get; set; }

object ArrayPolar(int NumberOfObjects, double AngleToFill, object CenterPoint)

object ArrayRectangular(int NumberOfRows, int NumberOfColumns, int NumberOfLevels, double DistBetweenRows, double DistBetweenCols, double DistBetweenLevels)

object Copy()

void Delete()

void Erase()

void GetBoundingBox(out object MinPoint, out object MaxPoint)

void GetXData(string AppName, out object XDataType, out object XDataValue)

void Highlight(bool HighlightFlag)

object IntersectWith(object IntersectObject, AcExtendOption option)

object Mirror(object Point1, object Point2)

object Mirror3D(object Point1, object Point2, object point3)

void Move(object FromPoint, object ToPoint)

void Rotate(object BasePoint, double RotationAngle)

void Rotate3D(object Point1, object Point2, double RotationAngle)

void ScaleEntity(object BasePoint, double ScaleFactor)

void SetXData(object XDataType, object XDataValue)

void TransformBy(object TransformationMatrix)

void Update()