Class ImportStep
Inheritance
System.Object
ImportStep
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability
Assembly: CADability.dll
Syntax
public class ImportStep
Constructors
| Improve this Doc View SourceImportStep()
Declaration
public ImportStep()
Properties
| Improve this Doc View SourceProblems
Declaration
public Dictionary<int, string> Problems { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary<System.Int32, System.String> |
Methods
| Improve this Doc View SourceParseEnum<T>(String)
Declaration
public static T ParseEnum<T>(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |
Read(String)
Declaration
public GeoObjectList Read(string filename)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | filename |
Returns
| Type | Description |
|---|---|
| GeoObjectList |