IAcadPreferencesProfilesCopyProfile
Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.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 String
-
- newProfileName String
-
See Also