Table of Contents

Method GetAnchorSemanticLabels

Namespace
YVR.Core
Assembly
YVR.Core.Runtime.dll

GetAnchorSemanticLabels(ulong, out string)

Retrieves the semantic labels associated with an anchor.

public bool GetAnchorSemanticLabels(ulong anchorHandle, out string labels)

Parameters

anchorHandle ulong

The unique identifier of the anchor.

labels string

Semantic labels related to the anchor.

Returns

bool

Returns true if the operation is successful, otherwise false.