Printing3DTexture2CoordMaterialGroup.Texture2Coords Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a group of 2D texture materials used in the 3D model.
public:
property IVector<Printing3DTexture2CoordMaterial ^> ^ Texture2Coords { IVector<Printing3DTexture2CoordMaterial ^> ^ get(); };
IVector<Printing3DTexture2CoordMaterial> Texture2Coords();
public IList<Printing3DTexture2CoordMaterial> Texture2Coords { get; }
var iVector = printing3DTexture2CoordMaterialGroup.texture2Coords;
Public ReadOnly Property Texture2Coords As IList(Of Printing3DTexture2CoordMaterial)
Property Value
A group of 2D texture materials used in the 3D model, of type Printing3DTexture2CoordMaterial.