PbRegularMesh1DGetGeometry Method |
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetGeometry(
out int numX,
out float xmin,
out float xmax
)
Public Sub GetGeometry (
<OutAttribute> ByRef numX As Integer,
<OutAttribute> ByRef xmin As Single,
<OutAttribute> ByRef xmax As Single
)
public:
void GetGeometry(
[OutAttribute] int% numX,
[OutAttribute] float% xmin,
[OutAttribute] float% xmax
)
member GetGeometry :
numX : int byref *
xmin : float32 byref *
xmax : float32 byref -> unit
Parameters
- numX
- Type: SystemInt32
- xmin
- Type: SystemSingle
- xmax
- Type: SystemSingle
Remarks See Also