PbCellGetNodesLocalIndexOfEdge Method (Int32, ArrayList) |
Note: This API is now obsolete.
Gets the array of 2 nodes index that belongs to a given edge of this cell.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public void GetNodesLocalIndexOfEdge(
int edge,
ArrayList nodes_index
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Sub GetNodesLocalIndexOfEdge (
edge As Integer,
nodes_index As ArrayList
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
void GetNodesLocalIndexOfEdge(
int edge,
ArrayList^ nodes_index
)
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetNodesLocalIndexOfEdge :
edge : int *
nodes_index : ArrayList -> unit
Parameters
- edge
- Type: SystemInt32
- nodes_index
- Type: System.CollectionsArrayList
Remarks See Also