Share

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.

C#

public enum MapChannel {
  AllChannels,
  MapChannels
}

Visual Basic

Public Enum MapChannel
  AllChannels
  MapChannels
End Enum

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.

Was this information helpful?