Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.48 KB

Resolve-AutoCadReferences.md

File metadata and controls

61 lines (42 loc) · 1.48 KB
external help file Module Name online version schema
powerload.dll-Help.xml
powerload
2.0.0

Resolve-InventorReferences

SYNOPSIS

Investigates the AutoCAD xrefs and creates the references within the powerLoad database.

SYNTAX

Resolve-AutoCadReferences [[-ErrorCSVPath] <String>] [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

Example 1

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.

PARAMETERS

-ErrorCSVPath

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

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS