Checks whether a given string represents a valid ExternalGeometryId or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public static bool IsValidExternalGeometryId( string externalGeometryId )
Parameters
- externalGeometryId String
- A string that represents an identifier for an external geometry.
Return Value
BooleanTrue if the string represents a valid ExternalGeometryId, false otherwise.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |