'Declaration
Sub SetEditingType( _ ByVal index As Integer, _ ByVal editingType As EditingType _ )
'Usage
Dim instance As IShapeNodes Dim index As Integer Dim editingType As EditingType instance.SetEditingType(index, editingType)
void SetEditingType( int index, EditingType editingType )
Parameters
- index
- The node whose editing type is to be set.
- editingType
- The editing property of the vertex.