| VertexElementVector4SetIndices Method |
Load indices
Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void SetIndices(
int[] data
)
Public Sub SetIndices (
data As Integer()
)
public:
void SetIndices(
array<int>^ data
)
member SetIndices :
data : int[] -> unit
Parameters
- data
- Type: SystemInt32
See Also