IAcadPreferencesProfilesGetAllProfileNames Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
void GetAllProfileNames(
out Object pNames
)
Sub GetAllProfileNames (
<OutAttribute> ByRef pNames As Object
)
void GetAllProfileNames(
[OutAttribute] Object^% pNames
)
abstract GetAllProfileNames :
pNames : Object byref -> unit
Parameters
- pNames
- Type: SystemObject
See Also