SegmentType Property

Summary

Gets or sets the segment type.

Syntax
C#
VB
C++
public MrcSegmentType SegmentType { get; set; } 
  
Public Property SegmentType As MrcSegmentType 
public: 
property MrcSegmentType SegmentType { 
   MrcSegmentType get(); 
   void set (    MrcSegmentType ); 
} 

Property Value

All possible values are found in MrcSegmentType.

Example

Refer to MrcSegmenter.AddSegment example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly