cleCreatePartitionView
cleCreatePartitionView(
d_cellViewID
t_designPartition
)
=> t / nil
Description
Creates a design partition view on disk for the specified design partition in the specified Concurrent Layout cellview and changes the status of the design partition to Created.
Arguments
Value Returned
Examples
Creates the design partition view on disk for the design partition cle_p1 in the cellview cvId.
cleCreatePartitionView(cvId "cle_p1")
=> t
Return to top