Interface MiStringSetI
-
- All Superinterfaces:
MiDataSet
,MiDataSetI
,MiStringSet
- All Known Subinterfaces:
MeXStringSetI
public interface MiStringSetI extends MiStringSet, MiDataSetI
String set interface for unstructured meshes.An interface for a string set usable in any extract of an unstructured mesh.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
get(long i)
Returns the value of this string set at the specified position.-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSet
getBinding, getName, getTimeStamp
-
-