API Help
Eplan.EplApi.EServices.Ged Namespace / RequestCode Enumeration

RequestCode Enumeration
Available request which can be done by interaction event handler.
Syntax
[Flags()]
public enum RequestCode : System.Enum 
Members
MemberValueDescription
Abort512abort interaction
AllowEmptySelection65536in addition to fSelect this flag allows empty selection sets
AllowProgress262144allow progress bar in onSuccess
Angle256input of angle needed
AutoConnection16384 
CallDefaultFunction4096default event handler should be called
Drag32dragging is allowed
Edge1048576input or select edge
Face2097152input or select face
Highlite2048highlight of objects below mouse wanted
IgnoreGroup524288 
InputFinish16777216finish input (example: end polyline)
Internal132768for internal use only
Internal24194304for internal use
Length128input of Length needed
NoCommandLine67108864 
NoCrossCursor64suppress cross cursor
NoMultiSelect4may be combined with Selectonly one placement can be selected
NoPreselect8 
Nothing0event handler has no additional request
Point16coordinates of point are needed
Reserved18388608for future use
Reserved233554432for future use
Restart8192 
Select2selection of placements required
Stop1stop interaction
Success1024input of data was successful
SystemDrag131072dragging outside the window is allowed/requested
Vertex268435456selection of existing 3D vertex/point
Wait134217728should be used after start of sub interaction
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Eplan.EplApi.EServices.Ged.RequestCode

See Also