Class CityObjectList.Attributes.Value
Inheritance
System.Object
CityObjectList.Attributes.Value
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: PLATEAU.CityInfo
Assembly: cs.temp.dll.dll
Syntax
public class Value
Constructors
Value(AttributeType, Object)
Declaration
public Value(AttributeType type, object value)
Parameters
Type | Name | Description |
---|---|---|
Attribute |
type | |
System. |
value |
Value(NativeAttributeValue)
Declaration
public Value(NativeAttributeValue value)
Parameters
Type | Name | Description |
---|---|---|
Native |
value |
Fields
AttributesMapValue
Declaration
public CityObjectList.Attributes AttributesMapValue
Field Value
Type | Description |
---|---|
City |
Properties
DoubleValue
Declaration
public double DoubleValue { get; }
Property Value
Type | Description |
---|---|
System. |
IntValue
Declaration
public int IntValue { get; }
Property Value
Type | Description |
---|---|
System. |
StringValue
Declaration
public string StringValue { get; }
Property Value
Type | Description |
---|---|
System. |
Type
Declaration
public AttributeType Type { get; }
Property Value
Type | Description |
---|---|
Attribute |
Methods
DebugString(Int32)
Declaration
public string DebugString(int indent)
Parameters
Type | Name | Description |
---|---|---|
System. |
indent |
Returns
Type | Description |
---|---|
System. |