CODLinkComponent::GetShape
IODLinkShape*CODLinkComponent::GetShape(void)
Return a pointer to the shape interface for this link.
Defined in: OdLinkComp.cpp
Return Value
Pointer to the link shape interface for this link.
Comments
This function returns a pointer to the link shape interface for this link. A link shape is a component that supports the IODLinkShape interface and is usually the first and only child component owned by the link. The link shape is usually a line, but it can be any component that supports the IODLinkShape interface. The purpose of the IODLinkShape interface is decouple the link component from the visual representation.See Also