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: 2023.1.3.0 (2023.1.3)
Syntax [ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public void GetNodesLocalIndexOfEdge(
int edge,
ArrayList nodes_index
)
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Sub GetNodesLocalIndexOfEdge (
edge As Integer,
nodes_index As ArrayList
)
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
void GetNodesLocalIndexOfEdge(
int edge,
ArrayList^ nodes_index
)
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetNodesLocalIndexOfEdge :
edge : int *
nodes_index : ArrayList -> unit
Parameters
- edge
- Type: SystemInt32
- nodes_index
- Type: System.CollectionsArrayList
Remarks See Also