SelectionSetGetObjectIds Method
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public abstract ObjectId[] GetObjectIds()
 
Public MustOverride Function GetObjectIds As ObjectId()
 
public:
virtual array<ObjectId>^ GetObjectIds() abstract
 
abstract GetObjectIds : unit -> ObjectId[] 
 
 
 
Return Value
Type: 
ObjectId 
See Also