Library | Module

Interface IpfcDrawingCreateError



Description

This interface contains an error encountered when creating a drawing from a template.
See Also:
IpfcXToolkitDrawingCreateErrors, IpfcBaseSession.CreateDrawingFromTemplate()



Property Summary

PropertyObjectNameas String [optional]
The object name related to the error. If null, there is no object name associated with this error.
PropertySheetNumberas Long
The sheet number where the error occurred.
PropertyTypeas IpfcDrawingCreateErrorType
The type of error encountered.
PropertyViewas IpfcView2D [optional]
The drawing view where the error occurred. If null, there is no drawing view associated with this error.
PropertyViewNameas String
The name of the drawing view where the error occurred.



Property Detail


PropertyObjectNameas String [optional]

The object name related to the error. If null, there is no object name associated with this error.




PropertySheetNumberas Long

The sheet number where the error occurred.




PropertyTypeas IpfcDrawingCreateErrorType

The type of error encountered.




PropertyViewas IpfcView2D [optional]

The drawing view where the error occurred. If null, there is no drawing view associated with this error.




PropertyViewNameas String

The name of the drawing view where the error occurred.