M_Rhino_Geometry_Unroller_FollowingGeometryIndex_1 - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public int FollowingGeometryIndex(
TextDot dot
)
VB
Public Function FollowingGeometryIndex (
dot As TextDot
) As Integer
- dot
- Type: Rhino.Geometry.TextDot
An unrolled text dot returned by Unroller.PerformUnroll.
Type: Int32
The index of the text dot added by Unroller.AddFollowingGeometry if successful, otherwise -1.
Supported in: 6.0.16224.21491
Unroller Class
FollowingGeometryIndex Overload
Rhino.Geometry Namespace