Class PostprocessVRED
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: PiXYZ.Import.Editor
Assembly: cs.temp.dll.dll
Syntax
public class PostprocessVRED : SubProcess
  Properties
id
Declaration
public override int id { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Overrides
menuPathRuleEngine
Declaration
public override string menuPathRuleEngine { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
menuPathToolbox
Declaration
public override string menuPathToolbox { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
name
Declaration
public override string name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
Methods
onBeforeDraw(ImportSettings)
Declaration
public override void onBeforeDraw(ImportSettings importSettings)
  Parameters
| Type | Name | Description | 
|---|---|---|
| ImportSettings | importSettings | 
Overrides
run(Importer)
Declaration
public override void run(Importer importer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Importer | importer | 
Overrides
PiXYZ.Tools.ActionIn<PiXYZ.Import.Importer>.run(PiXYZ.Import.Importer)