Skip to content

M_Rhino_Geometry_Point3dGrid__ctor_2

Will Pearson edited this page Aug 11, 2016 · 2 revisions

Point3dGrid Constructor (SerializationInfo, StreamingContext)

Protected constructor for internal use.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.0)

Syntax

C#

protected Point3dGrid(
	SerializationInfo info,
	StreamingContext context
)

VB

Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)

Parameters

 

info
Type: System.Runtime.Serialization.SerializationInfo
Serialization data.
context
Type: System.Runtime.Serialization.StreamingContext
Serialization stream.

See Also

Reference

Point3dGrid Class
Point3dGrid Overload
Rhino.Geometry Namespace

Clone this wiki locally