Eplan Platform API
Eplan.EplApi.DataModel Namespace / Properties.Arc Enumeration

Properties.Arc Enumeration
Identificators of properties owned by Arc class.
Syntax
public enum Properties.Arc : System.Enum 
Members
MemberValueDescription
DMG_ARC_CENTER_X19321X coordinate of the center # 19321.
DMG_ARC_CENTER_Y19322Y coordinate of the center # 19322.
DMG_ARC_ENDANGLE19324End angle # 19324.
DMG_ARC_RADIUS19320Circle radius # 19320.
DMG_ARC_STARTANGLE19323Starting angle # 19323.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.DataModel.Properties.Arc

See Also