The following tables list the members exposed by GeometryCollectionMethod.
Name | Description | |
---|---|---|
![]() | GeometryCollectionMethod Constructor |
Name | Description | |
---|---|---|
![]() | EndPoint | gets/sets endpoint |
![]() | Geometry | Gets the Geometry that is currently being collected by this method. |
![]() | HighlightedGeometry | gets sets the hightlighted Geometry during the geometry collection workflow |
![]() | StartPoint | gets/sets StartPoint |
Name | Description | |
---|---|---|
![]() | StartGeometryCollection | Overloaded. Notifies the collection method object to start collection on the Geometry. |
Name | Description | |
---|---|---|
![]() | NotifyCollectionCancelled | Call this function for notifying this instance that collection was cancelled. |
![]() | NotifyCollectionCompleted | Call this function for notifying this instance that collection was completed successfully. |
![]() | OnGeometryCollectionCompleted | Called when just after the collection completed event is raised. Allows derived classes to handle cleaning up. |
![]() | OnStartGeometryCollection | Called when geometry collection starts. |
![]() ![]() | RaiseCollectionCompleted | Raises the static CollectionCompleted event. |
![]() ![]() | RaiseCollectionStarting | Raises the static CollectionStarting event. |
Name | Description | |
---|---|---|
![]() | CollectionCompleted | Event that fires when a geometry collection is completed. |
![]() | CollectionStarting | Event that fires when a geometry collection is starting. |