Click or drag to resize

AnnotationBaseSetRichText Method

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

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public void SetRichText(
	string rtfText,
	DimensionStyle dimstyle
)

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)"]

See Also