This .NET class wraps the AcGiVertexData::MapChannel ObjectARX class.
The material map channel to which the mapping coordinates are to be applied.
Public Enum MapChannel AllChannels MapChannels End Enum
public enum MapChannel { AllChannels, MapChannels }
Members |
Description |
AllChannels |
The number of map channels for which mapping coordinates can be applied. This value is for internal use only. |
MapChannels |
Specifies all maps on the material. |
Comments? |