FileIgsWriteOptionsEolType Property |
IGES files are ASCII files. You need to
specify the flavor of the ASCII end of line
marker.Possibilities are:
TL_LF: line feed (unix)
TL_CRLF: carriage return, line feed (Microsoft)
TL_CR: carriage return (Apple)
Namespace:
Rhino.FileIO
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntaxpublic FileIgsWriteOptionsEolMode EolType { get; set; }
Public Property EolType As FileIgsWriteOptionsEolMode
Get
Set
Property Value
Type:
FileIgsWriteOptionsEolMode
See Also