Solid Edge Assembly Type Library
GetContainerDocumentAndMatrixOfIPADoc Method
Specifies the container document for the referenced in-place active document.
Specifies the transform matrix for the referenced in-place active document.
Description
Returns the container document and transform matrix for an in-place-active document.
Syntax
Visual Basic
Public Sub GetContainerDocumentAndMatrixOfIPADoc( _
   ByRef ContainerDocument As Object, _
   ByRef Matrix() As Double _
) 
Parameters
ContainerDocument
Specifies the container document for the referenced in-place active document.
Matrix
Specifies the transform matrix for the referenced in-place active document.
Remarks
For a document that is not in-place active (including a top level assembly), it returns Nothing and identity matrix.
See Also

AssemblyDocument Object  | AssemblyDocument Members