Interface ICamApiMeshList
Namespace: CAMAPI.MeshTypes
Assembly: CAMAPI.MeshTypes.dll
Syntax
[Guid("29125F8C-911A-4292-A567-81EBA108942C")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiMeshList
Properties
Count
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
int |
Mesh[int]
Declaration
ICamApiMesh Mesh[int i] { get; }
Parameters
Type | Name | Description |
---|---|---|
int | i |
Property Value
Type | Description |
---|---|
ICamApiMesh |