DirectShapeReferenceOptions.IsValidExternalGeometryId
Method
Description:
Validates that the input ExternalGeometryId can be assigned to a direct shape reference.
Validates that the input ExternalGeometryId can be assigned to a direct shape reference.
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 |