PbCellGetNodesIndex Method (ArrayList) |
Note: This API is now obsolete.
Gets the array of index mesh's nodes that belongs to this cell.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetNodesIndex(
ArrayList nodes_index
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub GetNodesIndex (
nodes_index As ArrayList
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void GetNodesIndex(
ArrayList^ nodes_index
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetNodesIndex :
nodes_index : ArrayList -> unit
Parameters
- nodes_index
- Type: System.CollectionsArrayList
Remarks Obsolete since Open Inventor 8000.
See Also