Constructor Locator2
Locator2()
Construct a new, empty Locator2 object. This will not normally be useful, since the main purpose of this class is to make a snapshot of an existing Locator.
Declaration
public Locator2()
Locator2(ILocator)
Copy an existing Locator or Locator2 object. If the object implements Locator2, values of the encoding and versionstrings are copied, otherwise they set to null.
Declaration
public Locator2(ILocator locator)
Parameters
Type | Name | Description |
---|---|---|
ILocator | locator | The existing Locator object. |