SymbolStandard Class
Represents a military symbol standard in Carmenta Engine.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CETactical assembly)
Syntax
public class SymbolStandard : EngineObject
Remarks
SymbolStandard represents a military symbol standard and provides access to metadata that describes the standard through the Metadata property.
Inheritance Hierarchy
System.Object
EngineObject
SymbolStandard
Platforms
Windows, Linux, Android
SymbolStandard Members
The SymbolStandard type has the following members.
Properties
Name | Description |
---|---|
Gets the SymbolStandard for the App-6(B) symbol standard. | |
Gets the SymbolStandard for the App-6(C) Draft 1 symbol standard. | |
Gets the SymbolStandard for the App-6(D) symbol standard. | |
IsDisposed | Gets a value that tells whether the current SymbolStandard has been disposed. Inherited from EngineObject |
Metadata | Gets the SymbolStandardMetadata for the current SymbolStandard. |
Gets the SymbolStandard for the MIL-STD-2525B symbol standard. | |
Gets the SymbolStandard for the MIL-STD-2525C symbol standard. | |
Gets the SymbolStandard for the MIL-STD-2525D symbol standard. | |
NativeHandle | Gets the native Carmenta Engine kernel object the current SymbolStandard 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 |
Merge | Returns a new SymbolStandard that is the result of merging the current SymbolStandard with the metadata in the specified file. |