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 |
---|---|---|
AttributeType | type | |
System.Object | value |
Value(NativeAttributeValue)
Declaration
public Value(NativeAttributeValue value)
Parameters
Type | Name | Description |
---|---|---|
NativeAttributeValue | value |
Fields
AttributesMapValue
Declaration
public CityObjectList.Attributes AttributesMapValue
Field Value
Type | Description |
---|---|
CityObjectList.Attributes |
Properties
DoubleValue
Declaration
public double DoubleValue { get; }
Property Value
Type | Description |
---|---|
System.Double |
IntValue
Declaration
public int IntValue { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
StringValue
Declaration
public string StringValue { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Declaration
public AttributeType Type { get; }
Property Value
Type | Description |
---|---|
AttributeType |
Methods
DebugString(Int32)
Declaration
public string DebugString(int indent)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | indent |
Returns
Type | Description |
---|---|
System.String |