ExternalGeometryId.IsValidExternalGeometryId
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.
public static bool IsValidExternalGeometryId(
string externalGeometryId
)
-
StringexternalGeometryIdA string that represents an identifier for an external geometry.
Return Value
bool
True if the string represents a valid ExternalGeometryId, false otherwise.
-
A non-optional argument was null