ExternalGeometryId
Constructor
Description:
Constructs an ExternalGeometryId object holding the given external geometry identifier.
Constructs an ExternalGeometryId object holding the given external geometry identifier.
Parameters
Parameter | Type | Description |
---|---|---|
externalGeometryId | String | A string that represents an identifier for an external geometry. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentException | externalGeometryId is not a valid ExternalGeometryId. |
ArgumentNullException | A non-optional argument was null |