MapPackageAttribute Class
Represents an attribute used by vector features in a GeoPackage table.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class MapPackageAttribute : EngineObject
Remarks
Description of an attribute used by vector features in a GeoPackage table including attribute name and data type.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
MapPackageAttribute
Platforms
Windows, Linux, Android
MapPackageAttribute Members
The MapPackageAttribute type has the following members.
Constructors
Name | Description |
---|---|
MapPackageAttribute | Initializes a new instance of the MapPackageAttribute class |
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current MapPackageAttribute has been disposed. Inherited from EngineObject |
Name | Gets the name of the MapPackageAttribute. |
NativeHandle | Gets the native Carmenta Engine kernel object the current MapPackageAttribute represents. Inherited from EngineObject |
Type | Gets what kind of value the MapPackageAttribute holds. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |