Click or drag to resize

Metodo QsHelperDrawingCopyBorderFrom

Copies the border from another drawing document

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

Parametri

thisdoc
Tipo: DrawingDocument
The thisdoc.
otherDrawingName
Tipo: SystemString
Name of the other drawing.
borderName
Tipo: SystemString
Name of the border.

Valore di ritorno

Tipo: BorderDefinition

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

Eccezioni
EccezioneCondizione
ArgumentException
Vedi anche