ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data.LinearReferencing Namespace / PointEventSourceOptions Class / AsMultiPointFeature Property
Version

AsMultiPointFeature Property
Gets or sets the geometry type in the route event source. If true, point events will be treated as multipoint features. If false, point events will be treated as point features.
Syntax
public bool AsMultiPointFeature {get; set;}
Remarks
If this object was created using a constructor with a parameter to specify an AngleType, this property will be overriden and set to false. Thus, whenever an locating angle field is generated, the RouteEventSource will always treat events as point features.
Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3.4 or higher.
See Also