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
)
Public Function GetFormattedScale (
format As DetailViewObjectScaleFormat,
<OutAttribute> ByRef value As String
) As Boolean
Parameters
- format
- Type: Rhino.DocObjectsDetailViewObjectScaleFormat
The scale format. - value
- Type: SystemString
The formatted string
Return Value
Type:
Booleantrue if successful, false otherwise
See Also