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
System.Object
  System.EventArgs
    ATR.CT.CTInterface.BatchProcessPreCreateFlatViewArgs

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

The BatchProcessPreCreateFlatViewArgs type exposes the following members.

Properties
 NameDescription
Public propertyForcedViewConfigurationForceViewName 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
Revision History
DateVersionDescription
-2021 SP2First Release
See Also