ProfileSpecificInfo Class
An abstract base class for classes holding additional dataset metadata.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public abstract class ProfileSpecificInfo : EngineObject
Remarks
ProfileSpecificInfo is an abstract base class for classes holding additional metadata for a data set or data file, read according to some specific metadata standard. Currently two such sub-classes are supported, GeoBaseInfo and TopoBaseInfo.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ProfileSpecificInfo
GeoBaseInfo
TopoBaseInfo
Platforms
Windows, Linux, Android
ProfileSpecificInfo Members
The ProfileSpecificInfo type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current ProfileSpecificInfo has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current ProfileSpecificInfo represents. Inherited from EngineObject |
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 |