CADability dotNET
Forces the given geoObjects to be displayed

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SetGeoObject(
	IGeoObject[] GeoObjects,
	IGeoObject selectedGeoObject
)
Visual Basic
Public Sub SetGeoObject ( _
	GeoObjects As IGeoObject(), _
	selectedGeoObject As IGeoObject _
)
Visual C++
public:
void SetGeoObject(
	array<IGeoObject^>^ GeoObjects, 
	IGeoObject^ selectedGeoObject
)

Parameters

GeoObjects
Type: array<CADability.GeoObject..::..IGeoObject>[]()[][]
array of GeoObjects
selectedGeoObject
Type: CADability.GeoObject..::..IGeoObject
currently selected GeoObject

See Also