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