Table of Contents

Class Annotation

Namespace
EasyAR.Mega.Ema.v0_5
Assembly
EasyAR.Mega.Ema.dll

Anmerkungsdaten.

public class Annotation : IAnnotation
Vererbung
Annotation
Implementiert
Derived

Felder

featureType

Feature-Typ.

public Optional<string> featureType

id

ID.

public Guid id

properties

protected Optional<ProxyObject> properties

timestamp

Letzte Änderungszeit der Anmerkung.

public string timestamp

Eigenschaften

Name

Name.

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

Methoden

GetID()

ID abrufen.

public Guid GetID()

GetPropertyString(string)

Attributstring abrufen.

public Optional<string> GetPropertyString(string key)

Parameter

key

GetProperty<T>(string)

Eigenschaftsdaten abrufen.

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

Parameter

key

Typparameter

T

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

Eigenschaftsdaten setzen.

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

Parameter

key
value

Typparameter

T