RVTDocs.com

DirectShapeReferenceOptions.IsValidExternalGeometryId

Method
Description:
Validates that the input ExternalGeometryId can be assigned to a direct shape reference.
Syntax
public static bool IsValidExternalGeometryId(
	ExternalGeometryId externalId
)
Parameters
Parameter Type Description
externalId ExternalGeometryId The ExternalGeometryId to assign to the reference.
Return Value
Type Description
Boolean True if the provided ExternalGeometryId is valid, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null