ObjectTableGetObjectIdList Method |
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.25
Syntaxpublic IEnumerable<Guid> GetObjectIdList(
ObjectEnumeratorSettings settings
)
Public Function GetObjectIdList (
settings As ObjectEnumeratorSettings
) As IEnumerable(Of Guid)
Parameters
- settings
- Type: Rhino.DocObjectsObjectEnumeratorSettings
The ObjectEnumeratorSettings settings.
Return Value
Type:
IEnumerableGuidThe enumerable.
See Also