SymbolStandardMetadata Class
Represents the metadata for a military symbol standard.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CETactical assembly)
Syntax
public class SymbolStandardMetadata : EngineObject
Remarks
SymbolStandardMetadata contains information about all symbols in a standard and exposes it through SymbolMetadata entries and provides methods and properties to both iterate through all symbols and finding the entry for a specific symbol.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
SymbolStandardMetadata
Platforms
Windows, Linux, Android
SymbolStandardMetadata Members
The SymbolStandardMetadata type has the following members.
Properties
Name | Description |
---|---|
ChildSymbols | Gets top-level SymbolMetadata entries in the symbol standard. |
ComposableSymbols | Gets a collection that contains all symbols in the symbol standard that can be composed with another symbol. |
IsDisposed | Gets a value that tells whether the current SymbolStandardMetadata has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current SymbolStandardMetadata 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 |
FindByHierarchy | Gets the SymbolMetadata entry associated with the specified hierarchy. |
FindBySidc | Gets the SymbolMetadata entry for the specified symbol. |
FindByType | Gets the SymbolMetadata entry for the specified mnemonic type code. |