Share

Autodesk.AutoCAD.GraphicsInterface.FinalGatherMode Enumeration

Description

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

Indicates the final gathering.

C#

public enum FinalGatherMode {
  FinalGatherNone,
  FinalGatherCast,
  FinalGatherReceive,
  FinalGatherCastAndReceive
}

Visual Basic

Public Enum FinalGatherMode
  FinalGatherNone
  FinalGatherCast
  FinalGatherReceive
  FinalGatherCastAndReceive
End Enum

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

Was this information helpful?