Table of Contents

Class Annotation

Espace de noms
EasyAR.Mega.Ema.v0_5
Assembly
EasyAR.Mega.Ema.dll

données annotées.

public class Annotation : IAnnotation
Héritage
Annotation
Implémente
Dérivé

Champs

featureType

Type de caractéristique.

public Optional<string> featureType

id

ID.

public Guid id

timestamp

Dernière modification de l'annotation.

public string timestamp

Propriétés

Name

Nom.

public Optional<string> Name { get; set; }

Méthodes

GetID()

Obtenir l'ID.

public Guid GetID()

GetPropertyString(string)

Obtenir la chaîne d'attribut.

public Optional<string> GetPropertyString(string key)

Paramètres

key

GetProperty<T>(string)

Obtenir les données d'attribut.

public Optional<T> GetProperty<T>(string key)

Paramètres

key

Paramètres de type

T

SetProperty<T>(string, Optional<T>)

Définir les données d'attribut.

public void SetProperty<T>(string key, Optional<T> value)

Paramètres

key
value

Paramètres de type

T