IndexLine Class

Defines an edge using vertex indices
Public Class IndexLine 
Implements ICloneable, _ 
IEquatable(Of IndexLine)
This language is not supported or no code example is available.
public class IndexLine : ICloneable
IEquatable<IndexLine>
This language is not supported or no code example is available.
Name Description
Protected constructor IndexLine(IndexLine)
Public constructor IndexLine() Empty constructor
Public constructor IndexLine(int, int) Standard constructor
Top
Name Description
Public property Item(int) Gets or sets the element at the specified index.
Top
Methods
 
Name Description
Public method Clone() Creates a deep copy of this index line.
Public method ConvertToSurrogate()
Public method Equals(IndexLine)
Public method Equals(object) Determines whether the specified object is equal to the current object.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode() Serves as the default hash function.
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method ToArray() Returns an array of line's vertex indices.
Public method ToString() Returns a string that represents the current object.
Top
Name Description
Operator Static Equality
Operator Static Inequality
Top
Fields
 
Name Description
Public field V1 First vertex index.
Public field V2 Second vertex index.
Top

.NET Framework

Supported in: 4.8

In this article

Definition