Class VertexRemovedEditInteractiveOverlayEventArgs
Provides data for the
public class VertexRemovedEditInteractiveOverlayEventArgs : EventArgs
- Inheritance
-
VertexRemovedEditInteractiveOverlayEventArgs
- Inherited Members
Constructors
VertexRemovedEditInteractiveOverlayEventArgs()
Constructor of VertexRemovedEditInteractiveOverlayEventArgs class.
public VertexRemovedEditInteractiveOverlayEventArgs()
Remarks
If you use this constructor, you have to set the properties manually before use.
VertexRemovedEditInteractiveOverlayEventArgs(Feature, Vertex)
Constructor of VertexRemovedEditInteractiveOverlayEventArgs class.
public VertexRemovedEditInteractiveOverlayEventArgs(Feature affectedFeature, Vertex removedVertex)
Parameters
affectedFeature
FeatureThis parameter specified the affectedVertex feature property.
removedVertex
VertexThis parameter specified the target vertex removed.
Properties
AffectedFeature
Gets or sets the Feature to be used to remove vertex.
public Feature AffectedFeature { get; set; }
Property Value
RemovedVertex
Gets or sets the vertex removed.
public Vertex RemovedVertex { get; set; }