Struct ARFacesChangedEventArgs
Event arguments for the event.
Syntax
public struct ARFacesChangedEventArgs : IEquatable<ARFacesChangedEventArgs>
Constructors
ARFacesChangedEventArgs(List<ARFace>, List<ARFace>, List<ARFace>)
Declaration
public ARFacesChangedEventArgs(List<ARFace> added, List<ARFace> updated, List<ARFace> removed)
Parameters
Type |
Name |
Description |
List<ARFace> |
added |
The list of ARFaces added since the last event.
|
List<ARFace> |
updated |
The list of ARFaces updated since the last event.
|
List<ARFace> |
removed |
The list of ARFaces removed since the last event.
|
Properties
added
The list of ARFaces added since the last event.
Declaration
public List<ARFace> added { readonly get; }
Property Value
removed
The list of ARFaces removed since the last event.
Declaration
public List<ARFace> removed { readonly get; }
Property Value
updated
The list of ARFaces udpated since the last event.
Declaration
public List<ARFace> updated { readonly get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Equals(ARFacesChangedEventArgs)
Declaration
public bool Equals(ARFacesChangedEventArgs other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
ToString()
Declaration
public override string ToString()
Returns
Operators
Equality(ARFacesChangedEventArgs, ARFacesChangedEventArgs)
Declaration
public static bool operator ==(ARFacesChangedEventArgs lhs, ARFacesChangedEventArgs rhs)
Parameters
Returns
Inequality(ARFacesChangedEventArgs, ARFacesChangedEventArgs)
Declaration
public static bool operator !=(ARFacesChangedEventArgs lhs, ARFacesChangedEventArgs rhs)
Parameters
Returns