ExternalGeometryId.IsValidExternalGeometryId
Method
Description:
Checks whether a given string represents a valid ExternalGeometryId or not.
Checks whether a given string represents a valid ExternalGeometryId or not.
Remarks:
Any non-empty string is a valid ExternalGeometryId.
Any non-empty string is a valid ExternalGeometryId.
Parameters
Parameter | Type | Description |
---|---|---|
externalGeometryId | String | A string that represents an identifier for an external geometry. |
Return Value
Type | Description |
---|---|
Boolean | True if the string represents a valid ExternalGeometryId, false otherwise. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |