Class JMARSScene.Layer.LayerData.TextData
This class represents a single nomenclature object with its name and (x,z) coordinates on the terrain
Inheritance
System.Object
JMARSScene.Layer.LayerData.TextData
Namespace: TerrainEngine
Assembly: cs.temp.dll.dll
Syntax
public class TextData
Fields
name
Declaration
public string name
Field Value
Type | Description |
---|---|
System.String |
x
Declaration
public double x
Field Value
Type | Description |
---|---|
System.Double |
y
Declaration
public double y
Field Value
Type | Description |
---|---|
System.Double |