IAcSmProjectPointLocationsAddNewLocation Method
|
Namespace: BricscadSm
Assembly: Interop.BricscadSm (in
Interop.BricscadSm.dll) Version: 21.0.0.0
Syntax
void AddNewLocation(
string name,
string url,
string folder,
string username,
string password,
out AcSmProjectPointLocation location
)
Sub AddNewLocation (
name As String,
url As String,
folder As String,
username As String,
password As String,
<OutAttribute> ByRef location As AcSmProjectPointLocation
)
void AddNewLocation(
[InAttribute] String^ name,
[InAttribute] String^ url,
[InAttribute] String^ folder,
[InAttribute] String^ username,
[InAttribute] String^ password,
[OutAttribute] AcSmProjectPointLocation^% location
)
abstract AddNewLocation :
name : string *
url : string *
folder : string *
username : string *
password : string *
location : AcSmProjectPointLocation byref -> unit
Parameters
- name
- Type: SystemString
- url
- Type: SystemString
- folder
- Type: SystemString
- username
- Type: SystemString
- password
- Type: SystemString
- location
- Type: BricscadSmAcSmProjectPointLocation
See Also