IOPMPropertyExpanderGetGroupCount Method
 | 
Namespace: BricscadDb
Assembly: Interop.BricscadDb (in
Interop.BricscadDb.dll) Version: 24.0.0.0
Syntax
 
void GetGroupCount(
        int dispID,
        out int nGroupCnt
)
 
Sub GetGroupCount ( 
        dispID As Integer,
        <OutAttribute> ByRef nGroupCnt As Integer
)
 
void GetGroupCount(
        [InAttribute] int dispID, 
        [OutAttribute] int% nGroupCnt
)
 
abstract GetGroupCount : 
        dispID : int * 
        nGroupCnt : int byref -> unit 
 
 
 
Parameters
- dispID  Int32
 
-  
 
- nGroupCnt  Int32
 
-  
 
 
See Also