AnchorDataCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Use the data category values to determine what data is returned in an AnchorLocateCriteria object.
public enum class AnchorDataCategory
public enum AnchorDataCategory
type AnchorDataCategory =
Public Enum AnchorDataCategory
- Inheritance
-
AnchorDataCategory
Fields
Name | Value | Description |
---|---|---|
None | 0 | No data is returned. |
Properties | 1 | Returns Anchor properties including AppProperties. |
Spatial | 2 | Returns spatial information about an Anchor. |