Click or drag to resize
PbMeshIsDataDuplicated Method

Returns true if mesh's data are duplicated, false otherwise.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public bool IsDataDuplicated()

Return Value

Type: Boolean
Remarks

If the data are not duplicated, the method addValuesSet, addStringsSet, addVecsSet save only the adress of the user data set. In this case, it user's responsibility to check the validity of data during the existence of the OIV.MeshViz.Data.PbMesh object.

See Also