Click or drag to resize

UtilPointFromDict Method

[Missing <summary> documentation for "M:PolyFramework.Util.PointFromDict(System.Collections.Generic.Dictionary{System.String,System.Object})"]

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static Point3d PointFromDict(
	Dictionary<string, Object> dict
)

Parameters

dict
Type: System.Collections.GenericDictionaryString, Object

[Missing <param name="dict"/> documentation for "M:PolyFramework.Util.PointFromDict(System.Collections.Generic.Dictionary{System.String,System.Object})"]

Return Value

Type: Point3d

[Missing <returns> documentation for "M:PolyFramework.Util.PointFromDict(System.Collections.Generic.Dictionary{System.String,System.Object})"]

See Also