Gets the next component in the components enumeration.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub Next( _
ByVal Celt As System.Integer, _
ByRef Rgelt As Component2, _
ByRef PceltFetched As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEnumComponents2
Dim Celt As System.Integer
Dim Rgelt As Component2
Dim PceltFetched As System.Integer
instance.Next(Celt, Rgelt, PceltFetched) |
CSOLIDWORKS.Interop.sldworks~SOLIDWORKS.Interop.sldworks.IEnumComponents2~Next.html# | |
---|
void Next(
System.int Celt,
out Component2 Rgelt,
out System.int PceltFetched
) |
Parameters
- Celt
Number of components for the components enumeration
- Rgelt
Pointer to an array components of size Celt
- PceltFetched
Pointer to the number of components returned from the list.; this value can be less than Celt if you ask for more components than exist, or it can be NULL if no more components exist
Remarks
See Also
Availability
SOLIDWORKS 2001Plus FCS, Revision Number 10.0