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