<Code Lib>
2024 Method
Changes 8
M

DirectShapeType.GetExternallyTaggedReference

Description:
Retrieve a Reference to reference geometry of the DirectShapeType that is associated with a particular ExternalGeometryId.

public Reference GetExternallyTaggedReference(
	ExternalGeometryId externalId
)

Return Value nullNothingnullptr A Reference to the externally tagged reference GeometryObject having the provided external ID or null Nothing nullptr a null reference ( Nothing in Visual Basic) if there is no reference geometry having the external ID.

Loading…