IAcadSummaryInfoGetCustomByKey
Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
void GetCustomByKey(
        string key,
        out string pValue
)
 
Sub GetCustomByKey ( 
        key As String,
        <OutAttribute> ByRef pValue As String
)
 
void GetCustomByKey(
        [InAttribute] String^ key, 
        [OutAttribute] String^% pValue
)
 
abstract GetCustomByKey : 
        key : string * 
        pValue : string byref -> unit 
 
 
 
Parameters
- key  String
 
-  
 
- pValue  String
 
-  
 
 
See Also