external help file | Module Name | online version | schema |
---|---|---|---|
powerload.dll-Help.xml |
powerload |
2.0.0 |
Investigates the AutoCAD xrefs and creates the references within the powerLoad database.
Resolve-AutoCadReferences [[-ErrorCSVPath] <String>] [<CommonParameters>]
Tries to resolve the AutoCAD xrefs of the AutoCAD files present in the powerLoad database and saves the references into the powerLoad database. Reference which cannot be resolved will be written to the ErrorCsvFile
PS C:\> Resolve-AutoCADReferences -ErrorCSVPath C:\temp\autoCAD.csv
References which can be resolved will be written into the powerLoad database. Not resolved references will be writte to the log file.
Path to the CSv File where all the Errors are listed. Example: "C:\temp\Errors.csv"
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.