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