ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMRouteEventDataConnection Class
Properties Methods Events


In This Topic
    CIMRouteEventDataConnection Class Members
    In This Topic

    The following tables list the members exposed by CIMRouteEventDataConnection.

    Public Constructors
    Public Properties
     NameDescription
    Public Property Gets or sets a value indicating whether an angle field should be added to the field set.  
    Public Property Gets or sets a value indicating whether an error field should be added to the field set.  
    Public Property Gets or sets the angle field name.  
    Public Property Gets or sets a value indicating whether the point event shape should be output as a multipoint or a point.  
    Public Property Gets or sets a value indicating whether 180 degrees should be added to the angle field value.  
    Public Property Gets or sets the error field name.  
    Public Property Gets or sets the units of the event measure(s).  
    Public Property Gets or sets the route identifier field name.  
    Public Property Gets or sets the data connection for the route events.  
    Public Property Gets or sets the from measure field name.  
    Public Property Gets or sets a value indicating whether or not this is a line event.  
    Public Property Gets or sets the lateral offset field name.  
    Public Property Gets or sets a value indicating whether the offset should based on the M direction or the digitized direction.  
    Public Property Gets or sets a value indicating whether the angle field should be the normal or the tangent angles.  
    Public Property Gets or sets the data connection for the route feature class.  
    Public Property Gets or sets the route identifier field of the route feature class.  
    Public Property Gets or sets the route measure units.  
    Public Property Gets or sets the where clause that limits the routes that events can be located on.  
    Public Property Gets or sets the to measure field name.  
    Top
    Public Methods
     NameDescription
    Public Method Creates a deep copy of CIMRouteEventDataConnection.  
    Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMRouteEventDataConnection with a specified state from a JSON encoding.  
    Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Public MethodOverridden.  Creates a JSON encoding of the CIMRouteEventDataConnection and its current state.  
    Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    Protected Methods
     NameDescription
    Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Protected MethodOverridden.  Reads the child element inside the reader.  
    Protected MethodOverridden.  Writes a child element to the writer.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
    Top
    See Also