You are here: Start » FIL.NET » FIS.FormatLocationToString Method
FIS.FormatLocationToString Method
Converts a location to a string of format "(X, Y)".
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FormatLocationToString ( FilNet.Location inLocation, int inDigitCount, string inTrailingCharacter, bool inForceSignPrinting, string inSuffix, int inSystemBase, bool inPrintBrackets, out string outString )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLocation | FilNet.Location | |||
![]() | inDigitCount | int | <0, INF> | How many characters the output coordinate should have at least. | |
![]() | inTrailingCharacter | string | \"0\" | Defines the trailing character. Default value: "0". | |
![]() | inForceSignPrinting | bool | False | Forces printing the signs of the coordinates even if the number is positive. Default value: False. | |
![]() | inSuffix | string | \"\" | Defines a suffix. Generally it is an unit of value (e.g. mm). Default value: "". | |
![]() | inSystemBase | int | <2, 16> | 10 | The base of the numeral system. Default value: 10. |
![]() | inPrintBrackets | bool | True | Determines whether the brackets should be printed or not. Default value: True. | |
![]() | outString | string |