ViewportSetShadePlot Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.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 ShadePlotType
-
- shadePlotId ObjectId
-
See Also