Click or drag to resize

Metodo QsHelperDrawingCopyTitleBlockFrom

Copies the title block from a different drawing

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

Parametri

thisdoc  DrawingDocument
The thisdoc.
otherDrawingName  String
Name of the other drawing.
titleBlockName  String
Name of the title block.

Valore di ritorno

TitleBlockDefinition

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

Eccezioni
EccezioneCondizione
ArgumentException
Vedi anche