CadEntityCreateProperties Struct

Definition

public readonly record struct CadEntityCreateProperties(string LayerName, string LineTypeName, Color Color, LineWeightType LineWeight, double LineTypeScale, bool IsInvisible, Transparency Transparency, string? TextStyleName, string? DimensionStyleName) : IEquatable<CadEntityCreateProperties>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (9)

Methods (2)