LineTypeEx Class

Derived LineType class with external reference information.
Public Class LineTypeEx 
Inherits LineType 
Implements IReadWriteDataEx
This language is not supported or no code example is available.
public class LineTypeEx : LineType
IReadWriteDataEx
This language is not supported or no code example is available.
Name Description
Public property Description Gets or sets the line type description. (inherited from LineType).
Public property Length Gets the length of the line type pattern. (inherited from LineType).
Public property Name Gets or sets line type name. (inherited from LineType).
Public property Pattern Gets the line type pattern. (inherited from LineType).
Public property XRefName Gets or sets a string indicating whether the line type belongs to an xReference.
Top
Methods
 
Name Description
Public method Static CheckPattern(float[], bool, out float) Checks if the pattern has: more than one value, alternate sign for penDown/penUp or values are not all zero. (inherited from LineType).
Public method Clone()
Public method ConvertToSurrogate()
Public method Equals(LineType) Compares line type names ignoring cases. (inherited from LineType).
Protected method Finalize (inherited from Object).
Public method GetHashCode() (inherited from LineType).
Public method GetKey() (inherited from LineType).
Public method GetObjectData(SerializationInfo, StreamingContext) Populates a SerializationInfo instance with the data needed to serialize the target object.
Public method GetPatternVertices(int, Point3D[], float, out List<Point3D>, out List<Point3D>, Transformation) Computes the pattern from the given vertices and returns the lines and points that represent it. (inherited from LineType).
Internal protected (Protected Friend) method Static GetPenDowns(Segment3D, float[], float, out Segment3D[], ref int, ref double) (inherited from LineType).
Public method GetType (inherited from Object).
Protected method MemberwiseClone (inherited from Object).
Protected method OnKeyChanged(string, string) When the Name changes I need to notify it to the related keyed collections before changing it. (inherited from LineType).
Public method SetKey(string) (inherited from LineType).
Public method ToString() (inherited from LineType).
Top
Events
 
Name Description
Public event KeyChanged Occurs when the Name changes. (inherited from LineType).
Top
Remarks
 
Created by the ReadAutodesk class.

.NET Framework

Supported in: 4.7.2

In this article

Definition