C# 클래스 MetaLens.AssetLocation

파일 보기 프로젝트 열기: NGFieldScope/JS-FieldScope

공개 프로퍼티들

프로퍼티 타입 설명
AssetID string
Latitude double
Longitude double

공개 메소드들

메소드 설명
AssetLocation ( XmlNode root ) : System

메소드 상세

AssetLocation() 공개 메소드

public AssetLocation ( XmlNode root ) : System
root System.Xml.XmlNode
리턴 System

프로퍼티 상세

AssetID 공개적으로 프로퍼티

public string AssetID
리턴 string

Latitude 공개적으로 프로퍼티

public double Latitude
리턴 double

Longitude 공개적으로 프로퍼티

public double Longitude
리턴 double