← Back to carmenta.com
Carmenta Engine SDK Documentation
×

MilStd2525BCreateToolParameters.MilStd2525BCreateToolParameters Constructors

Initializes a new instance of the MilStd2525BCreateToolParameters.

Overload List

 NameDescription
Public methodMilStd2525BCreateToolParameters(System.String sidc)Initializes a new instance of the MilStd2525BCreateToolParameters for the specified symbol.
Public methodMilStd2525BCreateToolParameters(System.String sidc, MilStd2525BAttributes attributes)Initializes a new instance of the MilStd2525BCreateToolParameters for the specified symbol and attributes.
Public methodMilStd2525BCreateToolParameters(System.String sidc, SymbolMetadata metadata)Initializes a new instance of the MilStd2525BCreateToolParameters for the specified symbol and attributes.
Public methodMilStd2525BCreateToolParameters(System.String sidc, SymbolMetadata metadata, MilStd2525BAttributes attributes)Initializes a new instance of the MilStd2525BCreateToolParameters for the specified symbol and attributes.

MilStd2525BCreateToolParameters(System.String sidc)

Initializes a new instance of the MilStd2525BCreateToolParameters for the specified symbol.

Syntax

C#
public MilStd2525BCreateToolParameters (
    System.String sidc
)

Parameters

sidc
Type: System.String
The SIDC of a MIL-STD-2525B symbol.

Remarks

This constructor will create a symbol that uses the attributes specified by a default constructed MilStd2525BAttributes.

An exception will be thrown if sidc is invalid.

Tip

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.

MilStd2525BCreateToolParameters(System.String sidc, MilStd2525BAttributes attributes)

Initializes a new instance of the MilStd2525BCreateToolParameters for the specified symbol and attributes.

Syntax

C#
public MilStd2525BCreateToolParameters (
    System.String sidc,
    MilStd2525BAttributes attributes
)

Parameters

sidc
Type: System.String
The SIDC of a MIL-STD-2525B symbol.
attributes
Type: MilStd2525BAttributes
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 MilStd2525BAttributes instance on a TacticalVisualizer.

An exception will be thrown if sidc is invalid.

Tip

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.

MilStd2525BCreateToolParameters(System.String sidc, SymbolMetadata metadata)

Initializes a new instance of the MilStd2525BCreateToolParameters for the specified symbol and attributes.

Syntax

C#
public MilStd2525BCreateToolParameters (
    System.String sidc,
    SymbolMetadata metadata
)

Parameters

sidc
Type: System.String
The SIDC of a MIL-STD-2525B symbol.
metadata
Type: SymbolMetadata
The metadata for the symbol to create.

Remarks

This constructor will create a symbol that uses the attributes specified by a default constructed MilStd2525BAttributes.

An exception will be thrown if sidc or metadata are invalid.

MilStd2525BCreateToolParameters(System.String sidc, SymbolMetadata metadata, MilStd2525BAttributes attributes)

Initializes a new instance of the MilStd2525BCreateToolParameters for the specified symbol and attributes.

Syntax

C#
public MilStd2525BCreateToolParameters (
    System.String sidc,
    SymbolMetadata metadata,
    MilStd2525BAttributes attributes
)

Parameters

sidc
Type: System.String
The SIDC of a MIL-STD-2525B symbol.
metadata
Type: SymbolMetadata
The metadata for the symbol to create.
attributes
Type: MilStd2525BAttributes
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 MilStd2525BAttributes instance on a TacticalVisualizer.

An exception will be thrown if sidc or metadata are invalid.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept