Click or drag to resize

DimStyleTableSetCurrentDimensionStyleIndex Method

Note: This API is now obsolete.

Do not use. Use the SetCurrent(Int32, Boolean) method.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
[ObsoleteAttribute("Use the SetCurrent property.")]
public bool SetCurrentDimensionStyleIndex(
	int index,
	bool quiet
)

Parameters

index
Type: SystemInt32
Do not use.
quiet
Type: SystemBoolean
Do not use.

Return Value

Type: Boolean
Do not use.
See Also