Library | Package Java Toolkit

Interface DrawingCreateError

package com.ptc.pfc.pfcExceptions;

public interface DrawingCreateError
  extends jxobject



Description

This interface contains an error encountered when creating a drawing from a template.
See Also:
XToolkitDrawingCreateErrors, BaseSession.CreateDrawingFromTemplate(String, String, ModelDescriptor, DrawingCreateOptions)



Method Summary
/*optional*/ StringGetObjectName ()
    Get method for attribute "ObjectName"
    The object name related to the error. If null, there is no object name associated with this error.
intGetSheetNumber ()
    Get method for attribute "SheetNumber"
    The sheet number where the error occurred.
DrawingCreateErrorTypeGetType ()
    Get method for attribute "Type"
    The type of error encountered.
/*optional*/ View2DGetView ()
    Get method for attribute "View"
    The drawing view where the error occurred. If null, there is no drawing view associated with this error.
StringGetViewName ()
    Get method for attribute "ViewName"
    The name of the drawing view where the error occurred.
voidSetObjectName ( /*optional*/ String value)
    Set method for attribute "ObjectName"
    The object name related to the error. If null, there is no object name associated with this error.
voidSetSheetNumber (int value)
    Set method for attribute "SheetNumber"
    The sheet number where the error occurred.
voidSetType (DrawingCreateErrorType value)
    Set method for attribute "Type"
    The type of error encountered.
voidSetView ( /*optional*/ View2D value)
    Set method for attribute "View"
    The drawing view where the error occurred. If null, there is no drawing view associated with this error.
voidSetViewName (String value)
    Set method for attribute "ViewName"
    The name of the drawing view where the error occurred.

Method Detail

GetType/SetType

DrawingCreateErrorTypeGetType ()
voidSetType (DrawingCreateErrorType value)


    The type of error encountered.
Manual References:
Drawings: Drawing Creation Errors



GetViewName/SetViewName

StringGetViewName ()
voidSetViewName (String value)


    The name of the drawing view where the error occurred.
Manual References:
Drawings: Drawing Creation Errors



GetSheetNumber/SetSheetNumber

intGetSheetNumber ()
voidSetSheetNumber (int value)


    The sheet number where the error occurred.
Manual References:
Drawings: Drawing Creation Errors



GetObjectName/SetObjectName

/*optional*/ StringGetObjectName ()
voidSetObjectName ( /*optional*/ String value)


    The object name related to the error. If null, there is no object name associated with this error.
Manual References:
Drawings: Drawing Creation Errors



GetView/SetView

/*optional*/ View2DGetView ()
voidSetView ( /*optional*/ View2D value)


    The drawing view where the error occurred. If null, there is no drawing view associated with this error.
Manual References:
Drawings: Drawing Creation Errors