2024 Method
Changes 2
M

ExternalGeometryId.IsValidExternalGeometryId

Description:
Checks whether a given string represents a valid ExternalGeometryId or not.
Remarks:
Any non-empty string is a valid ExternalGeometryId.
public static bool IsValidExternalGeometryId(
	string externalGeometryId
)
  • String
    externalGeometryId
    A string that represents an identifier for an external geometry.
Return Value bool True if the string represents a valid ExternalGeometryId, false otherwise.