Click or drag to resize

BatchProcessPreCreateFlatViewArgs Class

Event argument class for OnBatchProcessPreCreateFlatView. Allows manipulating source model and target intermediate drawing used in DXF/DWG conversions, and also to override the orientation view name to use.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceBatchProcessPreCreateFlatViewArgs

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public class BatchProcessPreCreateFlatViewArgs : EventArgs

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
Availability

CUSTOMTOOLS 2021 SP2


See Also