Leader.CreateWithRichText Method

LeaderCreateWithRichText Method

Creates a Leader geometry object

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static Leader CreateWithRichText(
	string richText,
	Plane plane,
	DimensionStyle dimstyle,
	Point3d[] points
)
Public Shared Function CreateWithRichText ( 
	richText As String,
	plane As Plane,
	dimstyle As DimensionStyle,
	points As Point3d()
) As Leader

Parameters

richText
Type: SystemString

[Missing <param name="richText"/> documentation for "M:Rhino.Geometry.Leader.CreateWithRichText(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,Rhino.Geometry.Point3d[])"]

plane
Type: Rhino.GeometryPlane

[Missing <param name="plane"/> documentation for "M:Rhino.Geometry.Leader.CreateWithRichText(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,Rhino.Geometry.Point3d[])"]

dimstyle
Type: Rhino.DocObjectsDimensionStyle

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

points
Type: Rhino.GeometryPoint3d

[Missing <param name="points"/> documentation for "M:Rhino.Geometry.Leader.CreateWithRichText(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,Rhino.Geometry.Point3d[])"]

Return Value

Type: Leader

[Missing <returns> documentation for "M:Rhino.Geometry.Leader.CreateWithRichText(System.String,Rhino.Geometry.Plane,Rhino.DocObjects.DimensionStyle,Rhino.Geometry.Point3d[])"]

Version Information

Rhino for Windows

Supported in: 6.8
See Also