Metodo PubblishSortLayout
|
Ordino il layout per avere le pagine del pdf in ordine
Namespace: DedNetAcadAssembly: DedNetAcad (in DedNetAcad.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public static List<ObjectId> SortLayout(
Transaction tr,
ObjectIdCollection layoutsToPlot
)
Public Shared Function SortLayout (
tr As Transaction,
layoutsToPlot As ObjectIdCollection
) As List(Of ObjectId)
public:
static List<ObjectId>^ SortLayout(
Transaction^ tr,
ObjectIdCollection^ layoutsToPlot
)
static member SortLayout :
tr : Transaction *
layoutsToPlot : ObjectIdCollection -> List<ObjectId>
Parametri
- tr Transaction
- layoutsToPlot ObjectIdCollection
Valore di ritorno
ListObjectIdVedi anche