Interface IDrawableProperties

IDrawableProperties interface

Interface for Non-geometric properties for geometric representations

public interface IDrawableProperties

Properties

NameDescription
Color { get; }Color to represent geometry with
LinePattern { get; }Line pattern to represent geometry with
LineThickness { get; }Line thickness in document’s measurement units (i.e. same as geometry’s units).
UnitToMmRate { get; }Rate of document’s measurement units to millimeters
Visible { get; }Visibility of geometry

See Also