Click or drag to resize

Metodo QsHelperDrawingCopyTitleBlockFrom

Copies the title block from a different drawing

Namespace:  InvNetLib.FutureLibrary
Assembly:  InvNetLib (in InvNetLib.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
C#
public static TitleBlockDefinition CopyTitleBlockFrom(
	DrawingDocument thisdoc,
	string otherDrawingName,
	string titleBlockName
)

Parametri

thisdoc
Tipo: DrawingDocument
The thisdoc.
otherDrawingName
Tipo: SystemString
Name of the other drawing.
titleBlockName
Tipo: SystemString
Name of the title block.

Valore di ritorno

Tipo: TitleBlockDefinition

[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsHelperDrawing.CopyTitleBlockFrom(Inventor.DrawingDocument,System.String,System.String)"]

Eccezioni
EccezioneCondizione
ArgumentException
Vedi anche