You are here: Start » AVL.NET » AVL.FormatPoint3DToString(AvlNet.Point3D, int, int, string, string, bool, string, bool, string)

AVL.FormatPoint3DToString(AvlNet.Point3D, int, int, string, string, bool, string, bool, string)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FormatPoint3DToString(
	AvlNet.Point3D inPoint,
	int inIntegerDigitCount,
	int inFractionalDigitCount,
	string inDecimalMark,
	string inTrailingCharacter,
	bool inForceSignPrinting,
	string inSuffix,
	bool inPrintBrackets,
	out string outString
)

Parameters

inPoint
Type: AvlNet.Point3D
inIntegerDigitCount
Type: System.Int32
inFractionalDigitCount
Type: System.Int32
inDecimalMark
Type: System.String
inTrailingCharacter
Type: System.String
inForceSignPrinting
Type: System.Boolean
inSuffix
Type: System.String
inPrintBrackets
Type: System.Boolean
outString
Type: System.String

See also