Click or drag to resize

BatchProcessPreCreateFlatViewArgs Properties

The BatchProcessPreCreateFlatViewArgs type exposes the following members.

Properties
  NameDescription
Public propertyForcedViewConfiguration
ForceViewName is set as view for the drawing using active configuration of SourceModel as the view's referenced configuation. Set this to named configuration in case something else should be used as referenced configuration. Only applicable when ForceViewName is set.
Public propertyForceViewName
Leave to null/empty for the system to decide the view name to use, or override with the Orientation View Name that should be used instead.
Public propertySourceModel
Source model (IModelDoc2) from which currently active configuration the view should be created to TargetDrawing.
Public propertyTargetDrawing
The drawing (IDrawingDoc) to which the view should be created of SourceModel.
Top
See Also