| RenderClippingPlanesItem Property |
Gets or sets the item at the specified index.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax public RenderClippingPlane this[
int index
] { get; set; }
public:
property RenderClippingPlane^ default[int index] {
RenderClippingPlane^ get (int index);
void set (int index, RenderClippingPlane^ value);
}
Parameters
- index
- Type: SystemInt32
Property Value
Type:
RenderClippingPlane
The item at the specified index.
Exceptions Version Information Lumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also