App6CDraft1CreateToolParameters.App6CDraft1CreateToolParameters Constructors
Initializes a new instance of the App6CDraft1CreateToolParameters.
Overload List
Name | Description | |
---|---|---|
Public method | App6CDraft1CreateToolParameters(System.String sidc) | Initializes a new instance of the App6CDraft1CreateToolParameters for the specified symbol. |
Public method | App6CDraft1CreateToolParameters(System.String sidc, App6CDraft1Attributes attributes) | Initializes a new instance of the App6CDraft1CreateToolParameters for the specified symbol and attributes. |
Public method | App6CDraft1CreateToolParameters(System.String sidc, SymbolMetadata metadata) | Initializes a new instance of the App6CDraft1CreateToolParameters for the specified symbol and attributes. |
Public method | App6CDraft1CreateToolParameters(System.String sidc, SymbolMetadata metadata, App6CDraft1Attributes attributes) | Initializes a new instance of the App6CDraft1CreateToolParameters for the specified symbol and attributes. |
App6CDraft1CreateToolParameters(System.String sidc)
Initializes a new instance of the App6CDraft1CreateToolParameters for the specified symbol.Syntax
public App6CDraft1CreateToolParameters (
System.String sidc
)
Parameters
The SIDC of a point symbol in App6-(C) Draft 1.
Remarks
This constructor will create a symbol that uses the attributes specified by a default constructed App6CDraft1Attributes.
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.
App6CDraft1CreateToolParameters(System.String sidc, App6CDraft1Attributes attributes)
Initializes a new instance of the App6CDraft1CreateToolParameters for the specified symbol and attributes.Syntax
public App6CDraft1CreateToolParameters (
System.String sidc,
App6CDraft1Attributes attributes
)
Parameters
The SIDC of a point symbol in App6-(C) Draft 1.
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 App6CDraft1Attributes 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.
App6CDraft1CreateToolParameters(System.String sidc, SymbolMetadata metadata)
Initializes a new instance of the App6CDraft1CreateToolParameters for the specified symbol and attributes.Syntax
public App6CDraft1CreateToolParameters (
System.String sidc,
SymbolMetadata metadata
)
Parameters
The SIDC of a point symbol in App6-(C) Draft 1.
The metadata for the symbol to create.
Remarks
This constructor will create a symbol that uses the attributes specified by a default constructed App6CDraft1Attributes.
An exception will be thrown if sidc or metadata are invalid.
App6CDraft1CreateToolParameters(System.String sidc, SymbolMetadata metadata, App6CDraft1Attributes attributes)
Initializes a new instance of the App6CDraft1CreateToolParameters for the specified symbol and attributes.Syntax
public App6CDraft1CreateToolParameters (
System.String sidc,
SymbolMetadata metadata,
App6CDraft1Attributes attributes
)
Parameters
The SIDC of a point symbol in App6-(C) Draft 1.
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 App6CDraft1Attributes instance on a TacticalVisualizer.
An exception will be thrown if sidc or metadata are invalid.
Platforms
Windows, Linux, Android