Share via


AlignmentResult.Success Property

Indicates the success of the alignment operation.

Syntax

public:
property bool Success {
         bool get ();
}
public bool Success { get; }
var success = alignmentResult.success;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: bool
Type: bool
Type: Boolean

 

True if the operation was successful; otherwise, false.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

AlignmentResult Class
Microsoft.Kinect.Fusion Namespace