Click or drag to resize

Metodo QsHelperDrawingCopyPartListStyles

Copy PartsListStyle. i.e. set all object's properties with setter.

Namespace: InvNetLib.FutureLibrary
Assembly: InvNetLib (in InvNetLib.dll) Versione: 27.1.0
Sintassi
C#
public static void CopyPartListStyles(
	ref PartsListStyle replaceStyle,
	PartsListStyle withStyle,
	bool replaceColumns = false,
	DrawingDocument withDrawingDoc = null
)

Parametri

replaceStyle  PartsListStyle

[Manca <param nome="replaceStyle"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperDrawing.CopyPartListStyles(Inventor.PartsListStyle@,Inventor.PartsListStyle,System.Boolean,Inventor.DrawingDocument)"]

withStyle  PartsListStyle

[Manca <param nome="withStyle"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperDrawing.CopyPartListStyles(Inventor.PartsListStyle@,Inventor.PartsListStyle,System.Boolean,Inventor.DrawingDocument)"]

replaceColumns  Boolean  (Optional)

[Manca <param nome="replaceColumns"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperDrawing.CopyPartListStyles(Inventor.PartsListStyle@,Inventor.PartsListStyle,System.Boolean,Inventor.DrawingDocument)"]

withDrawingDoc  DrawingDocument  (Optional)

[Manca <param nome="withDrawingDoc"/> documentazione per "M:InvNetLib.FutureLibrary.QsHelperDrawing.CopyPartListStyles(Inventor.PartsListStyle@,Inventor.PartsListStyle,System.Boolean,Inventor.DrawingDocument)"]

Note
Useful to copy style between different documents
Vedi anche