[#ReachableNets-Remove] = xref:ReachableNets.adoc[ReachableNets]::Remove :relfileprefix: ../ :mrdocs: Mark a network as unreachable. == Synopsis Declared in `<netbase.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e3b6cb408), requires_capability(0x7f2e2a4e70c8), requires_capability(0x7f2e283badd8), requires_capability(0x7f2e2226cb58), requires_capability(0x7f2e261191d8), requires_capability(0x7f2e42690028), requires_capability(0x7f2e20fbe538), requires_capability(0x7f2e29137578), requires_capability(0x7f2e41714008), requires_capability(0x7f2e409b7d38), requires_capability(0x7f2e18116e88), requires_capability(0x7f2e3674f9d8), requires_capability(0x7f2e33b87738), requires_capability(0x7f2e128561c8), requires_capability(0x7f2e29e255a8)]] void Remove(xref:Network.adoc[Network] net); ---- == Parameters [cols="1,4"] |=== | Name| Description | *net* | The network to remove. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#