Ejemplo n.º 1
0
 public bool Restore(string name, RestoreLayerProperties properties, Guid viewportId)
 {
     return(UnsafeNativeMethods.RHC_RhLayerStateRestore(m_doc.RuntimeSerialNumber, name, (uint)properties, viewportId));
 }
Ejemplo n.º 2
0
 public bool Restore(string name, RestoreLayerProperties properties)
 {
     return(Restore(name, properties, Guid.Empty));
 }