Point3dCollectionIndexOf
Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public int IndexOf(
Point3d p
)
Public Function IndexOf (
p As Point3d
) As Integer
public:
int IndexOf(
Point3d p
)
member IndexOf :
p : Point3d -> int
Parameters
- p Point3d
-
Return Value
Int32
See Also