DK for .NET | TatukGIS.NDK.TGIS_Config.ReadAlignment | Constructors | Fields | Methods | Properties
Read parameters given by _name. If Parameters do not exist or are invalid, then _default value will be used.
// C# public TGIS_LabelAlignment ReadAlignment( string _name, TGIS_LabelAlignment _default );
' VisualBasic Public Function ReadAlignment( ByVal _name As String, ByVal _default As TGIS_LabelAlignment ) As TGIS_LabelAlignment
// Oxygene public function ReadAlignment( _name : String; _default : TGIS_LabelAlignment ) : TGIS_LabelAlignment;
| Name | Type | Description |
|---|---|---|
| _name | string String | name of value |
| _default | TGIS_LabelAlignment | default value |
| Type | Description |
|---|---|
| TGIS_LabelAlignment | parameter value |