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