DirectShapeType.GetExternallyTaggedGeometry
Method
Description:
Gets the externally tagged geometry by its external ID that is stored in this DirectShapeType.
Gets the externally tagged geometry by its external ID that is stored in this DirectShapeType.
Syntax
public ExternallyTaggedGeometryObject GetExternallyTaggedGeometry(
ExternalGeometryId externalId
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| externalId | ExternalGeometryId | The external ID of the externally tagged geometry that should be obtained. |
Return Value
| Type | Description |
|---|---|
| ExternallyTaggedGeometryObject | The externally tagged geometry. Or if there is no such externally tagged geometry in the DirectShapeType. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |