Autodesk.AutoCAD.GraphicsInterface Namespace > FinalGatherMode Enumeration
Autodesk.AutoCAD.GraphicsInterface.FinalGatherMode Enumeration
Description

 

This .NET enum wraps the AcGiMaterialTraits2::FinalGatherMode ObjectARX enum. 

 

Indicates the final gathering.

Visual Basic
Public Enum FinalGatherMode
  FinalGatherNone
  FinalGatherCast
  FinalGatherReceive
  FinalGatherCastAndReceive
End Enum
C#
public enum FinalGatherMode {
  FinalGatherNone,
  FinalGatherCast,
  FinalGatherReceive,
  FinalGatherCastAndReceive
}
Members
Members 
Description 
FinalGatherNone 
Indicates there is no final gathering 
FinalGatherCast 
Indicates the final gathering is casting 
FinalGatherReceive 
Indicates the final gathering is receiving 
FinalGatherCastAndReceive 
Indicates the final gathering is casting and receiving 
   Comments?