Click or drag to resize

DetailViewObjectGetFormattedScale Method

Returns the detail view object's scale as a formatted string. The detail view object's viewport must be to parallel projection.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public bool GetFormattedScale(
	DetailViewObjectScaleFormat format,
	out string value
)

Parameters

format
Type: Rhino.DocObjectsDetailViewObjectScaleFormat
The scale format.
value
Type: SystemString
The formatted string

Return Value

Type: Boolean
true if successful, false otherwise
See Also