AnnotationBase.SetRichText Method

AnnotationBaseSetRichText Method

[Missing <summary> documentation for "M:Rhino.Geometry.AnnotationBase.SetRichText(System.String,Rhino.DocObjects.DimensionStyle)"]

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public void SetRichText(
	string rtfText,
	DimensionStyle dimstyle
)
Public Sub SetRichText ( 
	rtfText As String,
	dimstyle As DimensionStyle
)

Parameters

rtfText
Type: SystemString

[Missing <param name="rtfText"/> documentation for "M:Rhino.Geometry.AnnotationBase.SetRichText(System.String,Rhino.DocObjects.DimensionStyle)"]

dimstyle
Type: Rhino.DocObjectsDimensionStyle

[Missing <param name="dimstyle"/> documentation for "M:Rhino.Geometry.AnnotationBase.SetRichText(System.String,Rhino.DocObjects.DimensionStyle)"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also