MilStd2525CCreateToolParameters.MilStd2525CCreateToolParameters Constructors
Initializes a new instance of the MilStd2525CCreateToolParameters.
Overload List
Name | Description | |
---|---|---|
Public method | MilStd2525CCreateToolParameters(System.String sidc) | Initializes a new instance of the MilStd2525CCreateToolParameters for the specified symbol. |
Public method | MilStd2525CCreateToolParameters(System.String sidc, MilStd2525CAttributes attributes) | Initializes a new instance of the MilStd2525CCreateToolParameters for the specified symbol and attributes. |
Public method | MilStd2525CCreateToolParameters(System.String sidc, SymbolMetadata metadata) | Initializes a new instance of the MilStd2525CCreateToolParameters for the specified symbol and attributes. |
Public method | MilStd2525CCreateToolParameters(System.String sidc, SymbolMetadata metadata, MilStd2525CAttributes attributes) | Initializes a new instance of the MilStd2525CCreateToolParameters for the specified symbol and attributes. |
MilStd2525CCreateToolParameters(System.String sidc)
Initializes a new instance of the MilStd2525CCreateToolParameters for the specified symbol.Syntax
public MilStd2525CCreateToolParameters (
System.String sidc
)
Parameters
The SIDC of a MIL-STD-2525C symbol.
Remarks
This constructor will create a symbol that uses the attributes specified by a default constructed MilStd2525CAttributes.
An exception will be thrown if sidc is invalid.
Use one of the overloaded constructors that take a SymbolMetadata parameter to configure the CreateTool to create custom symbols whose metadata has been merged into a symbol standard.
MilStd2525CCreateToolParameters(System.String sidc, MilStd2525CAttributes attributes)
Initializes a new instance of the MilStd2525CCreateToolParameters for the specified symbol and attributes.Syntax
public MilStd2525CCreateToolParameters (
System.String sidc,
MilStd2525CAttributes attributes
)
Parameters
The SIDC of a MIL-STD-2525C symbol.
The attributes that define the symbol.
Remarks
This constructor can be used to create symbols that are defined by a set of attributes that have been customized by a MilStd2525CAttributes instance on a TacticalVisualizer.
An exception will be thrown if sidc is invalid.
Use one of the overloaded constructors that take a SymbolMetadata parameter to configure the CreateTool to create custom symbols whose metadata has been merged into a symbol standard.
MilStd2525CCreateToolParameters(System.String sidc, SymbolMetadata metadata)
Initializes a new instance of the MilStd2525CCreateToolParameters for the specified symbol and attributes.Syntax
public MilStd2525CCreateToolParameters (
System.String sidc,
SymbolMetadata metadata
)
Parameters
The SIDC of a MIL-STD-2525C symbol.
The metadata for the symbol to create.
Remarks
This constructor will create a symbol that uses the attributes specified by a default constructed MilStd2525CAttributes.
An exception will be thrown if sidc or metadata are invalid.
MilStd2525CCreateToolParameters(System.String sidc, SymbolMetadata metadata, MilStd2525CAttributes attributes)
Initializes a new instance of the MilStd2525CCreateToolParameters for the specified symbol and attributes.Syntax
public MilStd2525CCreateToolParameters (
System.String sidc,
SymbolMetadata metadata,
MilStd2525CAttributes attributes
)
Parameters
The SIDC of a MIL-STD-2525C symbol.
The metadata for the symbol to create.
The attributes that define the symbol.
Remarks
This constructor can be used to create symbols that are defined by a set of attributes that have been customized by a MilStd2525CAttributes instance on a TacticalVisualizer.
An exception will be thrown if sidc or metadata are invalid.
Platforms
Windows, Linux, Android