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

 

This .NET class wraps the AcGiVertexData::MapChannel ObjectARX class. 

The material map channel to which the mapping coordinates are to be applied.

Visual Basic
Public Enum MapChannel
  AllChannels
  MapChannels
End Enum
C#
public enum MapChannel {
  AllChannels,
  MapChannels
}
Members
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?