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

Properties.Block Enumeration
Identificators of properties owned by Block class.
Syntax
public enum Properties.Block : System.Enum 
Members
MemberValueDescription
INSTANCE_ACTIVE_PROPERTYSET19307Property arrangement # 19307.
INSTANCE_FULLPLACEMENTLOCATION19007Placement # 19007.
INSTANCE_PAGEFULLNAME19023Page name (full) # 19023.
INSTANCE_PAGENAME19022Page name # 19022.
INSTANCE_PAGETYPE19020Page type # 19020.
INSTANCE_PATHID19005Column number # 19005.
INSTANCE_POSID19006Row number # 19006.
INSTANCE_TYPE19021Representation type / report type # 19021.
INSTANCE_USER_DEFINED_PROPERTYSET19008User-defined property arrangement: Name # 19008.
INSTANCE_XCOORD19002X coordinate # 19002.
INSTANCE_YCOORD19003Y coordinate # 19003.
Inheritance Hierarchy

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

See Also