RemovePrintStyleOverrides Method (ILayerManager) Send Feedback
See Also 
LayerArray
Array of Layers in all Viewports from which to remove the PrintStyle override
Removes the PrintStyle override from the specified Layers in all Viewports.

Syntax

Visual Basic 
Sub RemovePrintStyleOverrides( _
   ByVal LayerArray As System.Object _
) 
C# 
void RemovePrintStyleOverrides( 
   System.object LayerArray
)
JavaScript 
RemovePrintStyleOverrides( 
   LayerArray : Array
)
COM native C++ 
HRESULT RemovePrintStyleOverrides( 
   VARIANT LayerArray
) 
C++ 
DSRESULT RemovePrintStyleOverrides( 
   const dsObjectPtrArray& LayerArray
) 

Parameters

LayerArray
Array of Layers in all Viewports from which to remove the PrintStyle override
 

See Also

Availability

DraftSight V1R6.0