Click or drag to resize

RenderPickerPickMaterial Class

The RenderPickerPickMaterial class represents a picked material returned by the RenderPickerMaterial::Pick method.
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderPickerPickMaterial

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public class RenderPickerPickMaterial : IDisposable

The RenderPickerPickMaterial type exposes the following members.

Constructors
  NameDescription
Public methodRenderPickerPickMaterial
Initializes a new instance of the RenderPickerPickMaterial class using the specified parameters.
Top
Properties
  NameDescription
Public propertyIsDisposed
Gets a value indicating whether this instance is disposed.
Public propertyLabelId
Gets the label identifier.
Public propertyLabelIndex
Gets the label index.
Public propertyLabelName
Gets the label name.
Public propertyLayerId
Gets the layer identifier.
Public propertyLayerName
Gets the layer name.
Public propertyMaterialId
Gets the material identifier.
Public propertyMaterialName
Gets the material name.
Public propertySurfaceId
Gets the surface identifier.
Public propertySurfaceName
Gets the surface name.
Public propertyType
Gets the material type.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the RenderPickerPickMaterial
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Format the RenderPickerPickMaterial to a String.
(Overrides ObjectToString.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also