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