Skip to content

M_Rhino_Geometry_Point3dGrid__ctor_2

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

Point3dGrid Constructor (SerializationInfo, StreamingContext)

Protected constructor for internal use.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.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.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Point3dGrid Class
Point3dGrid Overload
Rhino.Geometry Namespace

Clone this wiki locally