VertexRef(Point3d) Constructor
|
Initializes a new instance of the
VertexRef
class
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public VertexRef(
Point3d point
)
Public Sub New (
point As Point3d
)
public:
VertexRef(
Point3d point
)
new :
point : Point3d -> VertexRef
Parameters
- point Point3d
-
See Also