After the annotations are created by the user or the application, the application can change annotations by using the "Prg" functions. This grouping shows the many options for displaying the measuring tools for rulers.
PrgGetGaugeLength |
Gets the gauge length for a specific element. Gauge controls the size of the lines at the end of a ruler. |
PrgGetMeasure |
Gets the unit of measure being displayed for a specific ruler element for the specific layer. |
PrgGetPrecision |
Gets the minimum number of digits to be displayed after the decimal point for a specific ruler element for the specific layer. |
PrgGetRulerLength |
Gets the length for a specific ruler element for the specific layer. |
PrgGetShowAbbr |
Gets an abbreviation attribute for a specific ruler element for the specific layer. The abbreviation is a customizable string for each unit of measure. |
PrgGetShowGauge |
Gets the ShowGauge attribute for a specific ruler element for the specific layer. Gauge is the perpendicular line at the end of a ruler. |
PrgGetShowLength |
Gets the ShowLength attribute for a specific ruler element for the specific layer. |
PrgSetMeasure |
Sets the unit of measure being displayed for a specific ruler element for the specific layer. |
PrgSetPrecision |
Sets the minimum number of digits to be displayed after the decimal point for a specific ruler element for the specific layer. |
PrgSetShowAbbr |
Sets an abbreviation attribute for a specific ruler element for the specific layer. The abbreviation is a customizable string for each unit of measure. |
PrgSetShowGauge |
Sets the ShowGauge attribute for a specific ruler element for the specific layer. Gauge is the perpendicular line at the end of a ruler. |
PrgSetShowLength |
Sets the ShowLength attribute for a specific ruler element for the specific layer. |
See Also