M_Rhino_Geometry_Unroller_FollowingGeometryIndex_1 - mcneel/rhinocommon-api-docs GitHub Wiki

Unroller.FollowingGeometryIndex 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) Version: Rhino 6.0

Syntax

C#

public int FollowingGeometryIndex(
	TextDot dot
)

VB

Public Function FollowingGeometryIndex ( 
	dot As TextDot
) As Integer

Parameters

 

dot
Type: Rhino.Geometry.TextDot
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

Supported in: 6.0.16224.21491

See Also

Reference

Unroller Class
FollowingGeometryIndex Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️