ExternalGeometryId.IsValidExternalGeometryId
Public Class
ArgumentNullException
Checks whether a given string represents a valid ExternalGeometryId or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool IsValidExternalGeometryId( string externalGeometryId)
Parameters
externalGeometryIdString
A string that represents an identifier for an external geometry.
Return Value
Boolean
True if the string represents a valid ExternalGeometryId, false otherwise.
Exceptions
Exception
Condition
ArgumentNullException
A non-optional argument was null
Remarks
Any non-empty string is a valid ExternalGeometryId.