ResourceObject Class
Represents the base class of objects that can be shared in a configuration.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public abstract class ResourceObject : EngineObject,
IUserProperties
Remarks
A ResourceObject can be referenced from multiple locations within a Carmenta Engine configuration. This means that an object can be reused without creating a copy of it, instead Carmenta Studio creates a reference to an existing object. References can exist within a configuration, but it is also possible to create references to public objects in other configurations. If you add such an external object reference to a configuration, Carmenta Studio will include the necessary import statement in the file.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
AircraftType
AngleUnit
Catalog
CatalogQuery
Condition
CrossSection
Crs
DataSet
DatumShift
DatumShiftInfo
Drawable
Effect
Ellipsoid
Font
GeodeticDatum
LegendItem
LengthUnit
LineStyle
LoadableLayer
Map
MapApplier
MapPackage
Material
Palette
PrimeMeridian
Projection
Query
S52ViewingGroupFilter
S57ScaleBands
ScreenElement
Symbol
TacticalVisualizerAttributes
TacticalVisualizerParameters
TerrainVehicleType
UndefinedValue
View
Visualizer
Platforms
Windows, Linux, Android
ResourceObject Members
The ResourceObject type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current ResourceObject has been disposed. Inherited from EngineObject |
Name | Gets or sets the name of the ResourceObject. |
NativeHandle | Gets the native Carmenta Engine kernel object the current ResourceObject represents. Inherited from EngineObject |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
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 |