FeatureAttribute.FeatureAttribute
Contents
[
Hide
]FeatureAttribute(string, AttributeDataType)
Initializes a new instance of the FeatureAttribute class.
public FeatureAttribute(string name, AttributeDataType dataType)
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the attribute. |
| dataType | AttributeDataType | The data type of the attribute. |
See Also
- enum AttributeDataType
- class FeatureAttribute
- namespace Aspose.Gis
- assembly Aspose.GIS
FeatureAttribute(string, AttributeDataType, bool)
Initializes a new instance of the FeatureAttribute class.
public FeatureAttribute(string name, AttributeDataType dataType, bool canBeNull)
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the attribute. |
| dataType | AttributeDataType | The data type of the attribute. |
| canBeNull | Boolean | true if this instance can be null; otherwise, false. |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | The attribute name is null. |
See Also
- enum AttributeDataType
- class FeatureAttribute
- namespace Aspose.Gis
- assembly Aspose.GIS