ViewportSetShadePlot Method
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void SetShadePlot(
        ShadePlotType type,
        ObjectId shadePlotId
)
 
Public Sub SetShadePlot ( 
        type As ShadePlotType,
        shadePlotId As ObjectId
)
 
public:
void SetShadePlot(
        ShadePlotType type, 
        ObjectId shadePlotId
)
 
member SetShadePlot : 
        type : ShadePlotType * 
        shadePlotId : ObjectId -> unit 
 
 
 
Parameters
- type
 
- Type: Teigha.DatabaseServicesShadePlotType
 
- shadePlotId
 
- Type: Teigha.DatabaseServicesObjectId
 
 
See Also