Description
Returns an RFEntityID value indicating solid's RFEntityID having a specified index.
Syntax
Function RFDocument.GetSolidAt(index As Long, pSolidID As RFEntityID) As RFErrorCode
The GetSolidAt syntax has these parts:
| Part | Description |
|---|---|
| index | [IN] Long Required. Solid's index. |
| pSolidID | [OUT] RFEntityID Required. Solid's RFEntityID. |
Remarks