Autodesk.AutoCAD.DatabaseServices Namespace > SourceType Enumeration
Autodesk.AutoCAD.DatabaseServices.SourceType Enumeration   
Description

 

The type of the source of the data for the model documentation view.

Visual Basic
Public Enum SourceType
  SourceNotDefined
  InventorSource
  FusionSource
  ModelSpaceSource
End Enum
C#
public enum SourceType {
  SourceNotDefined,
  InventorSource,
  FusionSource,
  ModelSpaceSource
}
Members
Members 
Description 
SourceNotDefined 

The source of the view data is undefined or unknown. Return value is an enum. 
InventorSource 

The source of the model documentation view is Autodesk Inventor data.. Return value is an enum. 
FusionSource 

The source of the model documentation view is Autodesk Fusion. Return value is an enum. 
ModelSpaceSource 

The source of the model documentation view is AutoCAD model space geometry. Return value is an enum. 
   Comments?