RVTDocs.com

ExternalGeometryId.IsValidExternalGeometryId

Method
Description:
Checks whether a given string represents a valid ExternalGeometryId or not.
Remarks:
Any non-empty string is a valid ExternalGeometryId.
Syntax
public static bool IsValidExternalGeometryId(
	string 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