DimStyleTableSetCurrentDimensionStyleIndex Method |
Note: This API is now obsolete.
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
)
<ObsoleteAttribute("Use the SetCurrent property.")>
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:
BooleanDo not use.
See Also