EngineObject Class
Common base class for all reference classes in Carmenta Engine.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public abstract class EngineObject : System.Object, System.IDisposable
Remarks
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
AsyncResult
AttributeAssignment
AttributeSet
CatalogGlobe
CatalogMetadata
ColorTable (not available in C#)
Comment (not available in C#)
Configuration
ConfigurationParameter (not available in C#)
ConfigurationParameters
ConnectCondition
CreateToolParameters
CustomDataSetContext
CustomOperatorContext
CustomPropagationContext
CustomSymbolContext
CustomVisualizerContext
DatabaseColumn
DataSetInfo
EngineObjectEnumerator
EnvironmentVariable (not available in C#)
Feature
FeatureAttribute
FeatureEnumerator
FeatureInteraction
FeatureQuery
GeoBaseInfoEntry
Geometry
GeoPackageMetadata
Group
GroupEnumerator
IAttributeUsage
LabelOrganizingSettings
Layer
LeadLineSettings
LogAppender
MapPackageAttribute
MapPackageModelWriterProgress
MapPackageTable
MapPackageTransaction
MapPackageWriter
ModelDetailEstimate
NamedStyle
NativeRendererInfo
ObserverTypeCondition
OgcWcsCoverage
OgcWfsFeatureType
Operator
Overlay
Path (not available in C#)
PerformanceReport
PerformanceReportItem
PixelSizeAdjustments
PlotSymbol
PresentationObject
Profiler
ProfileSpecificInfo
ProjectParameters
Propagation
Radar
Raster
RasterAttributeTable
RasterValueAttributeSet
RegistryValue (not available in C#)
RendererSettings
ResourceObject
S63
S63Cell
S63CellPermit
S63CellUpdate
S63ExchangeSet
S63PermitFile
ShapefileAttribute
ShapefileSchema
ShapefileWriter
Snapshot
SunPosition
SymbolAttributeMetadata
SymbolAttributeValue
SymbolMetadata
SymbolStandard
SymbolStandardMetadata
Tool
TopoBaseInfoEntry
TouchTool
ViewConstraints
ViewInfo
Platforms
Windows, Linux, Android
EngineObject Members
The EngineObject type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current EngineObject has been disposed. |
NativeHandle | Gets the native Carmenta Engine kernel object the current EngineObject represents. |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. |
Equals | Determines whether this instance is equal to another. |