Table of Contents

Class Annotation

名前空間
EasyAR.Mega.Ema.v0_5
アセンブリ
EasyAR.Mega.Ema.dll

アノテーションデータ。

public class Annotation : IAnnotation
継承
Annotation
実装
Derived

フィールド

featureType

特性タイプ。

public Optional<string> featureType

id

ID。

public Guid id

properties

protected Optional<ProxyObject> properties

timestamp

アノテーションの最終更新時間。

public string timestamp

プロパティ

Name

名前。

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

メソッド

GetID()

IDを取得する。

public Guid GetID()

GetPropertyString(string)

プロパティ文字列を取得する。

public Optional<string> GetPropertyString(string key)

パラメーター

key

GetProperty<T>(string)

プロパティデータを取得する。

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

パラメーター

key

型パラメーター

T

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

プロパティデータを設定する。

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

パラメーター

key
value

型パラメーター

T