Unroller.FollowingGeometryIndex Method (TextDot)

UnrollerFollowingGeometryIndex Method (TextDot)

Given an unrolled text dot, returns the index of the source, or following text dot.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int FollowingGeometryIndex(
	TextDot dot
)
Public Function FollowingGeometryIndex ( 
	dot As TextDot
) As Integer

Parameters

dot
Type: Rhino.GeometryTextDot
An unrolled text dot returned by Unroller.PerformUnroll.

Return Value

Type: Int32
The index of the text dot added by Unroller.AddFollowingGeometry if successful, otherwise -1.
Version Information

Rhino for Windows

Supported in: 6.14
See Also