Click or drag to resize

DimStyleTableSetCurrent Method

Sets the Current property.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool SetCurrent(
	int index,
	bool quiet
)

Parameters

index
Type: SystemInt32
The index of the current DimStyle.
quiet
Type: SystemBoolean
true if error dialog boxes are disabled. False if they are enabled.

Return Value

Type: Boolean
true if the method achieved its goal; otherwise false.
See Also