Constructor KmlSimpleField
KmlSimpleField(KmlSimpleFieldType, String, String, Boolean)
Initializes a new instance of the KmlSimpleField class.
Declaration
public KmlSimpleField(KmlSimpleFieldType type, string name, string displayName, bool isArray)
Parameters
Type | Name | Description |
---|---|---|
KmlSimpleFieldType | type | The type of the simple field. |
System.String | name | The name of the simple field. |
System.String | displayName | The display name of the simple field. |
System.Boolean | isArray | Indicates if the value of this field is an array. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.6 |
.NET | 200.6 |
.NET Windows | 200.6 |
.NET Android | 200.6 |
.NET iOS | 200.6 |
.NET Framework | 200.6 |
UWP | 200.6 |