Interface ICamIpcMeshList
Namespace: CAMIPC.MeshTypes
Assembly: CAMIPC.MeshTypes.dll
Syntax
[Guid("9DD1D5AD-3D1D-4CB7-BD03-6AB46DFD960D")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcMeshList
Properties
Count
Declaration
int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
Mesh[int]
Declaration
ICamIpcMesh Mesh[int i] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | i |
Property Value
| Type | Description |
|---|---|
| ICamIpcMesh |