This document is archived and information here might be outdated. Recommended version. |
Indicates if the point event shape should be output as a multipoint or a point.
[Visual Basic .NET]
Public Property AsPointFeature As Boolean
[C#]
public bool AsPointFeature {get; set;}
[C++]
HRESULT get_AsPointFeature(
VARIANT_BOOL Value
);
[C++]
HRESULT put_AsPointFeature(
Boolean* Value
);
[C++] Parameters Value [in]
Value is a parameter of type bool Value [out, retval]
Value is a parameter of type bool*
If this property is set to True, the geometry of the RouteEventSource will be of type Point, and if this is False, the geometry will be of type Multipoint.