ICreatePoint2 Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::ICreatePoint2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreatePoint2( _
ByVal PointX As System.Double, _
ByVal PointY As System.Double, _
ByVal PointZ As System.Double _
) As SketchPoint |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim PointX As System.Double
Dim PointY As System.Double
Dim PointZ As System.Double
Dim value As SketchPoint
value = instance.ICreatePoint2(PointX, PointY, PointZ) |
C# | |
---|
SketchPoint ICreatePoint2(
System.double PointX,
System.double PointY,
System.double PointZ
) |
C++/CLI | |
---|
SketchPoint^ ICreatePoint2(
& System.double PointX,
& System.double PointY,
& System.double PointZ
) |
Parameters
- PointX
-
- PointY
-
- PointZ
-
See Also