| PointToArray Method |
Converts the point to an array of 3 coordinates
Namespace:
CodeStack.SwEx.MacroFeature.Data
Assembly:
CodeStack.SwEx.MacroFeature (in CodeStack.SwEx.MacroFeature.dll) Version: 0.5.3.0 (0.5.3.0)
Syntax public double[] ToArray()
Public Function ToArray As Double()
public:
array<double>^ ToArray()
Return Value
Type:
DoubleArray of coordinates
See Also