DimStyleTable.SetCurrentDimensionStyleIndex Method

DimStyleTableSetCurrentDimensionStyleIndex Method

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

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SetCurrentDimensionStyleIndex(
	int index,
	bool quiet
)
Public Function SetCurrentDimensionStyleIndex ( 
	index As Integer,
	quiet As Boolean
) As Boolean

Parameters

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

Return Value

Type: Boolean
Do not use.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Obsolete (compiler warning) in 6.14
See Also