Show / Hide Table of Contents

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 Source

ImportStep()

Declaration
public ImportStep()

Properties

| Improve this Doc View Source

Problems

Declaration
public Dictionary<int, string> Problems { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.Int32, System.String>

Methods

| Improve this Doc View Source

ParseEnum<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
| Improve this Doc View Source

Read(String)

Declaration
public GeoObjectList Read(string filename)
Parameters
Type Name Description
System.String filename
Returns
Type Description
GeoObjectList
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX