Printing3DTextureResource.TextureData Property

Definition

Gets or sets the image stream of the texture resource.

public:
 property IRandomAccessStreamWithContentType ^ TextureData { IRandomAccessStreamWithContentType ^ get(); void set(IRandomAccessStreamWithContentType ^ value); };
IRandomAccessStreamWithContentType TextureData();

void TextureData(IRandomAccessStreamWithContentType value);
public IRandomAccessStreamWithContentType TextureData { get; set; }
var iRandomAccessStreamWithContentType = printing3DTextureResource.textureData;
printing3DTextureResource.textureData = iRandomAccessStreamWithContentType;
Public Property TextureData As IRandomAccessStreamWithContentType

Property Value

The image stream of the texture resource.

Applies to