ExportLineweightTable.GetExportLineweightInfo
Method
Description:
Gets a copy of the ExportLineweightInfo corresponding to the given ExportLineweightKey.
Gets a copy of the ExportLineweightInfo corresponding to the given ExportLineweightKey.
Syntax
public ExportLineweightInfo GetExportLineweightInfo(
ExportLineweightKey exportLineweightKey
)
Parameters
Parameter | Type | Description |
---|---|---|
exportLineweightKey | ExportLineweightKey | The export line weight Key. |
Return Value
Type | Description |
---|---|
ExportLineweightInfo | Returns the line weight info for this key. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | An entry with the given key is not present in the table. |
ArgumentNullException | A non-optional argument was null |