App6CDraft1Parameters.App6CDraft1Parameters Constructors
Initializes a new instance of the App6CDraft1Parameters class.
Overload List
Name | Description | |
---|---|---|
Public method | App6CDraft1Parameters() | Initializes a new instance of the App6CDraft1Parameters class with default values. |
Public method | App6CDraft1Parameters(System.String customMetadataFileName) | Initializes a new instance of the App6CDraft1Parameters class with additional symbol metadata from the specified file. |
Public method | App6CDraft1Parameters(System.String customMetadataPath, System.String customMetadataFileName) | Initializes a new instance of the App6CDraft1Parameters class with additional symbol metadata from the specified path and file. |
App6CDraft1Parameters()
Initializes a new instance of the App6CDraft1Parameters class with default values.Syntax
public App6CDraft1Parameters ()
App6CDraft1Parameters(System.String customMetadataFileName)
Initializes a new instance of the App6CDraft1Parameters class with additional symbol metadata from the specified file.Syntax
public App6CDraft1Parameters (
System.String customMetadataFileName
)
Parameters
A file with symbol metadata.
Remarks
See SymbolStandard.Merge for more details.
App6CDraft1Parameters(System.String customMetadataPath, System.String customMetadataFileName)
Initializes a new instance of the App6CDraft1Parameters class with additional symbol metadata from the specified path and file.Syntax
public App6CDraft1Parameters (
System.String customMetadataPath,
System.String customMetadataFileName
)
Parameters
The directory where customMetadataFileName is located.
A file with symbol metadata.
Remarks
See SymbolStandard.Merge for more details.
Platforms
Windows, Linux, Android