IAcadPreferencesFilesSetProjectFilePath
Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
void SetProjectFilePath(
string ProjectName,
string ProjectFilePath
)
Sub SetProjectFilePath (
ProjectName As String,
ProjectFilePath As String
)
void SetProjectFilePath(
[InAttribute] String^ ProjectName,
[InAttribute] String^ ProjectFilePath
)
abstract SetProjectFilePath :
ProjectName : string *
ProjectFilePath : string -> unit
Parameters
- ProjectName String
-
- ProjectFilePath String
-
See Also