<Code Lib>
2023 Method
Changes 6
M

DirectShapeType.GetExternallyTaggedGeometry

Description:
Gets the externally tagged geometry by its external ID that is stored in this DirectShapeType.

public ExternallyTaggedGeometryObject GetExternallyTaggedGeometry(
	ExternalGeometryId externalId
)

Return Value nullNothingnullptr The externally tagged geometry. Or null Nothing nullptr a null reference ( Nothing in Visual Basic) if there is no such an externally tagged geometry in the DirectShapeType.

Loading…