AllObjects



Your Ad Here

Returns the identifiers of all objects in the document.

Syntax

Rhino.AllObjects ([blnSelect [, blnIncludeLights]])

Parameters

blnSelect

Optional.  Boolean.  Select the objects.  If omitted, the objects are not selected (False).

blnIncludeLights

Optional.  Boolean.  Include light objects.  If omitted, light objects are not returned (False).

Returns

Array

An array of strings identifying the objects if successful.

Null

If not successful, or on error.

Example

Dim arrObjects, strObject

arrObjects = Rhino.AllObjects

If IsArray(arrObjects) Then

For Each strObject In arrObjects

Rhino.Print "Object identifier: " & strObject

Next

End If

Also See

HiddenObjects

LockedObjects

NormalObjects

ReferenceObjects

Return to Rhino Index


Your Ad Here
?? | ???