This .NET enum wraps the AcGiMaterialTraits2::FinalGatherMode ObjectARX enum.
Indicates the final gathering.
Public Enum FinalGatherMode FinalGatherNone FinalGatherCast FinalGatherReceive FinalGatherCastAndReceive End Enum
public enum FinalGatherMode {
FinalGatherNone,
FinalGatherCast,
FinalGatherReceive,
FinalGatherCastAndReceive
}
| 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 |