IAcadPreferencesProfilesExportProfile Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void ExportProfile(
string ProfileName,
string RegFile
)
Sub ExportProfile (
ProfileName As String,
RegFile As String
)
void ExportProfile(
[InAttribute] String^ ProfileName,
[InAttribute] String^ RegFile
)
abstract ExportProfile :
ProfileName : string *
RegFile : string -> unit
Parameters
- ProfileName
- Type: SystemString
- RegFile
- Type: SystemString
See Also