AbstractViewportDataSetProps Method
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void SetProps(
        RXObject pSourceView
)
 
Public Sub SetProps ( 
        pSourceView As RXObject
)
 
public:
void SetProps(
        RXObject^ pSourceView
)
 
member SetProps : 
        pSourceView : RXObject -> unit 
 
 
 
Parameters
- pSourceView
 
- Type: Teigha.RuntimeRXObject
 
 
See Also