'Declaration
Public Function New( _ ByVal text As System.String, _ ByVal anchorUniqueId As System.Guid, _ ByVal segmentIndexMode As SegmentIndexMode, _ ByVal customSegmentIndex As System.Integer, _ ByVal percentPosition As System.Single, _ ByVal useSegmentOrientation As System.Boolean, _ ByVal allowDownwardOrientation As System.Boolean _ )
'Usage
Dim text As System.String Dim anchorUniqueId As System.Guid Dim segmentIndexMode As SegmentIndexMode Dim customSegmentIndex As System.Integer Dim percentPosition As System.Single Dim useSegmentOrientation As System.Boolean Dim allowDownwardOrientation As System.Boolean Dim instance As New NSegmentLabel(text, anchorUniqueId, segmentIndexMode, customSegmentIndex, percentPosition, useSegmentOrientation, allowDownwardOrientation)
public NSegmentLabel( System.string text, System.Guid anchorUniqueId, SegmentIndexMode segmentIndexMode, System.int customSegmentIndex, System.float percentPosition, System.bool useSegmentOrientation, System.bool allowDownwardOrientation )
Parameters
- text
- anchorUniqueId
- segmentIndexMode
- customSegmentIndex
- percentPosition
- useSegmentOrientation
- allowDownwardOrientation