AutoCAD-2013.Net.Interop.x86 by Bush

<PackageReference Include="AutoCAD-2013.Net.Interop.x86" Version="1.0.1" />

.NET API 1,189,888 bytes

 IAcadDimStyles

public interface IAcadDimStyles : IAcadObject, IEnumerable
object Application { get; }

int Count { get; }

object Document { get; }

string Handle { get; }

bool HasExtensionDictionary { get; }

int ObjectID { get; }

string ObjectName { get; }

int OwnerID { get; }

AcadDimStyle Add(string Name)

void Delete()

void Erase()

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

AcadDimStyle Item(object Index)

void SetXData(object XDataType, object XDataValue)