FixPhrase Constructor (String) |
doogal.co.uk Home
Initializes a new instance of the
FixPhrase class with a FixPhrase.
Namespace:
DotNetCoords
Assembly:
DotNetCoords (in DotNetCoords.dll) Version: 1.0.0.24 (1.0.0.24)
Syntaxpublic FixPhrase(
string fixPhrase
)
Public Sub New (
fixPhrase As String
)
public:
FixPhrase(
String^ fixPhrase
)
new :
fixPhrase : string -> FixPhrase
Parameters
- fixPhrase
- Type: SystemString
The fixed phrase representing the coordinate system.
See Also