Class GisProject
Inherited Members
Namespace: Project
Assembly: cs.temp.dll.dll
Syntax
public class GisProject : TestableObject
Fields
Cameras
Declaration
public List<Point> Cameras
Field Value
Type | Description |
---|---|
List<Point> |
GridScale
Declaration
public float GridScale
Field Value
Type | Description |
---|---|
Single |
MapScale
Declaration
public int MapScale
Field Value
Type | Description |
---|---|
Int32 |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
String |
Origin
Declaration
public Point Origin
Field Value
Type | Description |
---|---|
Point |
RecordSets
Declaration
public List<RecordSet> RecordSets
Field Value
Type | Description |
---|---|
List<RecordSet> |
Scale
Declaration
public float Scale
Field Value
Type | Description |
---|---|
Single |
Properties
Camera
Declaration
public Point Camera { get; }
Property Value
Type | Description |
---|---|
Point |