Click or drag to resize

Metodo QsHelperDrawingCopyBorderFrom

Copies the border from another drawing document

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassi
C#
public static BorderDefinition CopyBorderFrom(
	DrawingDocument thisdoc,
	string otherDrawingName,
	string borderName
)

Parametri

thisdoc  DrawingDocument
The thisdoc.
otherDrawingName  String
Name of the other drawing.
borderName  String
Name of the border.

Valore di ritorno

BorderDefinition

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

Eccezioni
EccezioneCondizione
ArgumentException
Vedi anche