Solid Edge Assembly Type Library
CreateTopologyReference Method
Specifies the reference key to which the TopologyReference object is to be created.
Specifies the topological object for which the reference object is to be created.
Description
Creates a TopologyReference object that points to a topological (G&T) element contained within the definition of the referenced Occurrence or SubOccurrence object.
Syntax
Visual Basic
Public Sub CreateTopologyReference( _
   ByRef ReferenceKey() As Byte, _
   ByRef TopologyReference As TopologyReference _
) 
Parameters
ReferenceKey
Specifies the reference key to which the TopologyReference object is to be created.
TopologyReference
Specifies the topological object for which the reference object is to be created.
Remarks
This method applies only if the referenced object is a Part (not an assembly). CreateTopologyReference creates the reference by means of the reference key to the topological element. The key is relative to the document that contains the reference.
See Also

SubOccurrence Object  | SubOccurrence Members

Send comments on this topic.